#08B5F6

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

Shades of Deep Sky Blue #08B5F6

Tints of Deep Sky Blue #08B5F6

Color information

#08B5F6 (or 0x08B5F6) is unknown color: approx Deep Sky Blue. HEX triplet: 08, B5 and F6. RGB value is (8,181,246). Sum of RGB (Red+Green+Blue) = 8+181+246=435 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.84% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 246 (96.48% from 255 or 56.55% from 435); Max value from RGB is 246 - color contains mainly: blue. Hex color #08B5F6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08B5F6 is #F74A09. Grayscale: #888888. Windows color (decimal): -16206346 or 16168200. OLE color: 16168200.

HSL color Cylindrical-coordinate representation of color #08B5F6: hue angle of 196.39º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08B5F6 is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB8181246-
CMYK0.970.2600.04
HSL196.39º93.7%49.8%-
HSV(B)196.39º96.75%96.47%-
XYZ33.2639.7593.11-
YUV136.68189.6936.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.84%
GREEN value IS 181 (71.09% from 255) = 41.61%
BLUE value IS 246 (96.48% from 255) = 56.55%
R=1.84%
G=41.61%
B=56.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal81812460.970.2600.04196.3993.749.8
Hex8B5F6611A04c45e32
Octal10265366141320430413662
Binary100010110101111101101100001110100100110001001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,181,246); }

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

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

 a { background-color: rgb(8,181,246); }

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

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

 span { border-color: rgb(8,181,246); }

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