#08B2FB

Color #08B2FB Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #08B2FB

Tints of Deep Sky Blue #08B2FB

Color information

#08B2FB (or 0x08B2FB) is unknown color: approx Deep Sky Blue. HEX triplet: 08, B2 and FB. RGB value is (8,178,251). Sum of RGB (Red+Green+Blue) = 8+178+251=437 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.83% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 251 (98.44% from 255 or 57.44% from 437); Max value from RGB is 251 - color contains mainly: blue. Hex color #08B2FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #08B2FB is #F74D04. Grayscale: #878787. Windows color (decimal): -16207109 or 16495112. OLE color: 16495112.

HSL color Cylindrical-coordinate representation of color #08B2FB: hue angle of 198.02º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08B2FB is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8178251-
CMYK0.970.2900.02
HSL198.02º96.81%50.78%-
HSV(B)198.02º96.81%98.43%-
XYZ33.4338.8697-
YUV135.49193.1837.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 1.83%
GREEN value IS 178 (69.92% from 255) = 40.73%
BLUE value IS 251 (98.44% from 255) = 57.44%
R=1.83%
G=40.73%
B=57.44%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal81782510.970.2900.02198.0296.8150.78
Hex8B2FB611D02c66133
Octal10262373141350230614163
Binary10001011001011111011110000111101010110001101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08B2FB; }

 p { color: rgb(8,178,251); }

 H1.HeaderClassName
 {
   color: #08B2FB;
 }
 .AnyTagClassName
 {
   color: #08B2FB;
 }
</style>
background-color css

<style>
 a { background-color: #08B2FB; }

 a { background-color: rgb(8,178,251); }

 div.DivClassName
 {
   background-color: #08B2FB;
 }
 .BgClassName
 {
   background-color: #08B2FB;
 }
</style>
border-color css

<style>
 span { border-color: #08B2FB; }

 span { border-color: rgb(8,178,251); }

 td.TdClassName
 {
   border-color: #08B2FB;
 }
 .TagClassName
 {
   border-color: #08B2FB;
 }
</style>