#08A9EE

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

Shades of Deep Sky Blue #08A9EE

Tints of Deep Sky Blue #08A9EE

Color information

#08A9EE (or 0x08A9EE) is unknown color: approx Deep Sky Blue. HEX triplet: 08, A9 and EE. RGB value is (8,169,238). Sum of RGB (Red+Green+Blue) = 8+169+238=415 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.93% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 238 (93.36% from 255 or 57.35% from 415); Max value from RGB is 238 - color contains mainly: blue. Hex color #08A9EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #08A9EE is #F75611. Grayscale: #808080. Windows color (decimal): -16209426 or 15640840. OLE color: 15640840.

HSL color Cylindrical-coordinate representation of color #08A9EE: hue angle of 198º 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 #08A9EE is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8169238-
CMYK0.970.2900.07
HSL198º93.5%48.24%-
HSV(B)198º96.64%93.33%-
XYZ29.7234.686-
YUV128.73189.6641.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.93%
GREEN value IS 169 (66.41% from 255) = 40.72%
BLUE value IS 238 (93.36% from 255) = 57.35%
R=1.93%
G=40.72%
B=57.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal81692380.970.2900.0719893.548.24
Hex8A9EE611D07c65d30
Octal10251356141350730613560
Binary100010101001111011101100001111010111110001101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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