Shades of Deep Sky Blue #0CCEEF
Tints of Deep Sky Blue #0CCEEF
RGB
CMYK
RGB Variations
Color information
#0CCEEF (or 0x0CCEEF) is known color: Deep Sky Blue. HEX triplet: 0C, CE and EF. RGB value is (12,206,239). Sum of RGB (Red+Green+Blue) = 12+206+239=457 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.63% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #0CCEEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCEEF is #F33110. Grayscale: #979797. Windows color (decimal): -15937809 or 15715852. OLE color: 15715852.
HSL color Cylindrical-coordinate representation of color #0CCEEF: hue angle of 188.72º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CCEEF is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 206 | 239 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.06 |
| HSL | 188.72º | 0.9% | 0.49% | - |
| HSV(B) | 188.72º | 0.95% | 0.94% | - |
| XYZ | 37.8 | 50.45 | 89.41 | - |
| YUV | 151.76 | 177.23 | 28.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 206 | 239 | 0.95 | 0.14 | 0 | 0.06 | 188.72 | 0.9 | 0.49 |
| Hex | C | CE | EF | 5F | E | 0 | 6 | BD | 5A | 31 |
| Octal | 14 | 316 | 357 | 137 | 16 | 0 | 6 | 275 | 132 | 61 |
| Binary | 1100 | 11001110 | 11101111 | 1011111 | 1110 | 0 | 110 | 10111101 | 1011010 | 110001 |
Color Harmonies of #0CCEEF
Complementary color
Monochromatic Colors of #0CCEEF
Black with #0CCEEF
Text Example
Text Example
White with #0CCEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCEEF; }
p { color: rgb(12,206,239); }
H1.HeaderClassName
{
color: #0CCEEF;
}
.AnyTagClassName
{
color: #0CCEEF;
}
</style>
background-color css
<style>
a { background-color: #0CCEEF; }
a { background-color: rgb(12,206,239); }
div.DivClassName
{
background-color: #0CCEEF;
}
.BgClassName
{
background-color: #0CCEEF;
}
</style>
border-color css
<style>
span { border-color: #0CCEEF; }
span { border-color: rgb(12,206,239); }
td.TdClassName
{
border-color: #0CCEEF;
}
.TagClassName
{
border-color: #0CCEEF;
}
</style>