Shades of Deep Sky Blue #00CEEF
Tints of Deep Sky Blue #00CEEF
RGB
CMYK
RGB Variations
Color information
#00CEEF (or 0x00CEEF) is known color: Deep Sky Blue. HEX triplet: 00, CE and EF. RGB value is (0,206,239). Sum of RGB (Red+Green+Blue) = 0+206+239=445 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 239 (93.75% from 255 or 53.71% from 445); Max value from RGB is 239 - color contains mainly: blue. Hex color #00CEEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CEEF is #FF3110. Grayscale: #939393. Windows color (decimal): -16724241 or 15715840. OLE color: 15715840.
HSL color Cylindrical-coordinate representation of color #00CEEF: hue angle of 188.28º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CEEF is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 206 | 239 | - |
| CMYK | 1 | 0.14 | 0 | 0.06 |
| HSL | 188.28º | 1% | 0.47% | - |
| HSV(B) | 188.28º | 1% | 0.94% | - |
| XYZ | 37.65 | 50.37 | 89.4 | - |
| YUV | 148.17 | 179.25 | 22.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 206 | 239 | 1 | 0.14 | 0 | 0.06 | 188.28 | 1 | 0.47 |
| Hex | 0 | CE | EF | 64 | E | 0 | 6 | BC | 64 | 2F |
| Octal | 0 | 316 | 357 | 144 | 16 | 0 | 6 | 274 | 144 | 57 |
| Binary | 0 | 11001110 | 11101111 | 1100100 | 1110 | 0 | 110 | 10111100 | 1100100 | 101111 |
Color Harmonies of #00CEEF
Complementary color
Monochromatic Colors of #00CEEF
Black with #00CEEF
Text Example
Text Example
White with #00CEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CEEF; }
p { color: rgb(0,206,239); }
H1.HeaderClassName
{
color: #00CEEF;
}
.AnyTagClassName
{
color: #00CEEF;
}
</style>
background-color css
<style>
a { background-color: #00CEEF; }
a { background-color: rgb(0,206,239); }
div.DivClassName
{
background-color: #00CEEF;
}
.BgClassName
{
background-color: #00CEEF;
}
</style>
border-color css
<style>
span { border-color: #00CEEF; }
span { border-color: rgb(0,206,239); }
td.TdClassName
{
border-color: #00CEEF;
}
.TagClassName
{
border-color: #00CEEF;
}
</style>