#08A6E6

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

Shades of Deep Sky Blue #08A6E6

Tints of Deep Sky Blue #08A6E6

Color information

#08A6E6 (or 0x08A6E6) is unknown color: approx Deep Sky Blue. HEX triplet: 08, A6 and E6. RGB value is (8,166,230). Sum of RGB (Red+Green+Blue) = 8+166+230=404 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.98% from 404); Green value is 166 (65.23% from 255 or 41.09% from 404); Blue value is 230 (90.23% from 255 or 56.93% from 404); Max value from RGB is 230 - color contains mainly: blue. Hex color #08A6E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #08A6E6 is #F75919. Grayscale: #7D7D7D. Windows color (decimal): -16210202 or 15115784. OLE color: 15115784.

HSL color Cylindrical-coordinate representation of color #08A6E6: hue angle of 197.3º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08A6E6 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB8166230-
CMYK0.970.2800.10
HSL197.3º93.28%46.67%-
HSV(B)197.3º96.52%90.2%-
XYZ28.0233.0479.76-
YUV126.05186.6543.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.98%
GREEN value IS 166 (65.23% from 255) = 41.09%
BLUE value IS 230 (90.23% from 255) = 56.93%
R=1.98%
G=41.09%
B=56.93%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal81662300.970.2800.10197.393.2846.67
Hex8A6E6611C0Ac55d2f
Octal102463461413401230513557
Binary1000101001101110011011000011110001010110001011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,166,230); }

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

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

 a { background-color: rgb(8,166,230); }

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

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

 span { border-color: rgb(8,166,230); }

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