#08A6EE

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

Shades of Deep Sky Blue #08A6EE

Tints of Deep Sky Blue #08A6EE

Color information

#08A6EE (or 0x08A6EE) is unknown color: approx Deep Sky Blue. HEX triplet: 08, A6 and EE. RGB value is (8,166,238). Sum of RGB (Red+Green+Blue) = 8+166+238=412 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.94% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 238 (93.36% from 255 or 57.77% from 412); Max value from RGB is 238 - color contains mainly: blue. Hex color #08A6EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #08A6EE is #F75911. Grayscale: #7E7E7E. Windows color (decimal): -16210194 or 15640072. OLE color: 15640072.

HSL color Cylindrical-coordinate representation of color #08A6EE: hue angle of 198.78º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08A6EE is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8166238-
CMYK0.970.3000.07
HSL198.78º93.5%48.24%-
HSV(B)198.78º96.64%93.33%-
XYZ29.1733.585.82-
YUV126.97190.6543.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.94%
GREEN value IS 166 (65.23% from 255) = 40.29%
BLUE value IS 238 (93.36% from 255) = 57.77%
R=1.94%
G=40.29%
B=57.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal81662380.970.3000.07198.7893.548.24
Hex8A6EE611E07c75d30
Octal10246356141360730713560
Binary100010100110111011101100001111100111110001111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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