#08CEF9

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

Shades of Deep Sky Blue #08CEF9

Tints of Deep Sky Blue #08CEF9

Color information

#08CEF9 (or 0x08CEF9) is unknown color: approx Deep Sky Blue. HEX triplet: 08, CE and F9. RGB value is (8,206,249). Sum of RGB (Red+Green+Blue) = 8+206+249=463 (61% of max value = 765). Red value is 8 (3.52% from 255 or 1.73% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 249 (97.66% from 255 or 53.78% from 463); Max value from RGB is 249 - color contains mainly: blue. Hex color #08CEF9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08CEF9 is #F73106. Grayscale: #979797. Windows color (decimal): -16199943 or 16371208. OLE color: 16371208.

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

Color convert

RGB8206249-
CMYK0.970.1700.02
HSL190.71º95.26%50.39%-
HSV(B)190.71º96.79%97.65%-
XYZ39.2751.0397.4-
YUV151.7182.925.5-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.73%
GREEN value IS 206 (80.86% from 255) = 44.49%
BLUE value IS 249 (97.66% from 255) = 53.78%
R=1.73%
G=44.49%
B=53.78%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal82062490.970.1700.02190.7195.2650.39
Hex8CEF9611102bf5f32
Octal10316371141210227713762
Binary10001100111011111001110000110001010101111111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08CEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,206,249); }

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

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

 a { background-color: rgb(8,206,249); }

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

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

 span { border-color: rgb(8,206,249); }

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