Shades of Deep Sky Blue #0CD0EF
Tints of Deep Sky Blue #0CD0EF
RGB
CMYK
RGB Variations
Color information
#0CD0EF (or 0x0CD0EF) is known color: Deep Sky Blue. HEX triplet: 0C, D0 and EF. RGB value is (12,208,239). Sum of RGB (Red+Green+Blue) = 12+208+239=459 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.61% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #0CD0EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CD0EF is #F32F10. Grayscale: #989898. Windows color (decimal): -15937297 or 15716364. OLE color: 15716364.
HSL color Cylindrical-coordinate representation of color #0CD0EF: hue angle of 188.19º 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 #0CD0EF is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 208 | 239 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.06 |
| HSL | 188.19º | 0.9% | 0.49% | - |
| HSV(B) | 188.19º | 0.95% | 0.94% | - |
| XYZ | 38.29 | 51.42 | 89.57 | - |
| YUV | 152.93 | 176.57 | 27.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 208 | 239 | 0.95 | 0.13 | 0 | 0.06 | 188.19 | 0.9 | 0.49 |
| Hex | C | D0 | EF | 5F | D | 0 | 6 | BC | 5A | 31 |
| Octal | 14 | 320 | 357 | 137 | 15 | 0 | 6 | 274 | 132 | 61 |
| Binary | 1100 | 11010000 | 11101111 | 1011111 | 1101 | 0 | 110 | 10111100 | 1011010 | 110001 |
Color Harmonies of #0CD0EF
Complementary color
Monochromatic Colors of #0CD0EF
Black with #0CD0EF
Text Example
Text Example
White with #0CD0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD0EF; }
p { color: rgb(12,208,239); }
H1.HeaderClassName
{
color: #0CD0EF;
}
.AnyTagClassName
{
color: #0CD0EF;
}
</style>
background-color css
<style>
a { background-color: #0CD0EF; }
a { background-color: rgb(12,208,239); }
div.DivClassName
{
background-color: #0CD0EF;
}
.BgClassName
{
background-color: #0CD0EF;
}
</style>
border-color css
<style>
span { border-color: #0CD0EF; }
span { border-color: rgb(12,208,239); }
td.TdClassName
{
border-color: #0CD0EF;
}
.TagClassName
{
border-color: #0CD0EF;
}
</style>