Shades of Deep Sky Blue #00CCEF
Tints of Deep Sky Blue #00CCEF
RGB
CMYK
RGB Variations
Color information
#00CCEF (or 0x00CCEF) is known color: Deep Sky Blue. HEX triplet: 00, CC and EF. RGB value is (0,204,239). Sum of RGB (Red+Green+Blue) = 0+204+239=443 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #00CCEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CCEF is #FF3310. Grayscale: #929292. Windows color (decimal): -16724753 or 15715328. OLE color: 15715328.
HSL color Cylindrical-coordinate representation of color #00CCEF: hue angle of 188.79º 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 #00CCEF is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 204 | 239 | - |
| CMYK | 1 | 0.15 | 0 | 0.06 |
| HSL | 188.79º | 1% | 0.47% | - |
| HSV(B) | 188.79º | 1% | 0.94% | - |
| XYZ | 37.17 | 49.42 | 89.24 | - |
| YUV | 146.99 | 179.91 | 23.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 204 | 239 | 1 | 0.15 | 0 | 0.06 | 188.79 | 1 | 0.47 |
| Hex | 0 | CC | EF | 64 | F | 0 | 6 | BD | 64 | 2F |
| Octal | 0 | 314 | 357 | 144 | 17 | 0 | 6 | 275 | 144 | 57 |
| Binary | 0 | 11001100 | 11101111 | 1100100 | 1111 | 0 | 110 | 10111101 | 1100100 | 101111 |
Color Harmonies of #00CCEF
Complementary color
Monochromatic Colors of #00CCEF
Black with #00CCEF
Text Example
Text Example
White with #00CCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CCEF; }
p { color: rgb(0,204,239); }
H1.HeaderClassName
{
color: #00CCEF;
}
.AnyTagClassName
{
color: #00CCEF;
}
</style>
background-color css
<style>
a { background-color: #00CCEF; }
a { background-color: rgb(0,204,239); }
div.DivClassName
{
background-color: #00CCEF;
}
.BgClassName
{
background-color: #00CCEF;
}
</style>
border-color css
<style>
span { border-color: #00CCEF; }
span { border-color: rgb(0,204,239); }
td.TdClassName
{
border-color: #00CCEF;
}
.TagClassName
{
border-color: #00CCEF;
}
</style>