#08C0EE

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

Shades of Deep Sky Blue #08C0EE

Tints of Deep Sky Blue #08C0EE

Color information

#08C0EE (or 0x08C0EE) is unknown color: approx Deep Sky Blue. HEX triplet: 08, C0 and EE. RGB value is (8,192,238). Sum of RGB (Red+Green+Blue) = 8+192+238=438 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.83% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #08C0EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08C0EE is #F73F11. Grayscale: #8D8D8D. Windows color (decimal): -16203538 or 15646728. OLE color: 15646728.

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

Color convert

RGB8192238-
CMYK0.970.1900.07
HSL192º93.5%48.24%-
HSV(B)192º96.64%93.33%-
XYZ34.3843.9287.55-
YUV142.23182.0432.26-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.83%
GREEN value IS 192 (75.39% from 255) = 43.84%
BLUE value IS 238 (93.36% from 255) = 54.34%
R=1.83%
G=43.84%
B=54.34%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal81922380.970.1900.0719293.548.24
Hex8C0EE611307c05d30
Octal10300356141230730013560
Binary100011000000111011101100001100110111110000001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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