Shades of Deep Sky Blue #0CCDEF
Tints of Deep Sky Blue #0CCDEF
RGB
CMYK
RGB Variations
Color information
#0CCDEF (or 0x0CCDEF) is known color: Deep Sky Blue. HEX triplet: 0C, CD and EF. RGB value is (12,205,239). Sum of RGB (Red+Green+Blue) = 12+205+239=456 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.63% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #0CCDEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCDEF is #F33210. Grayscale: #969696. Windows color (decimal): -15938065 or 15715596. OLE color: 15715596.
HSL color Cylindrical-coordinate representation of color #0CCDEF: hue angle of 188.99º 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 #0CCDEF is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 205 | 239 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.06 |
| HSL | 188.99º | 0.9% | 0.49% | - |
| HSV(B) | 188.99º | 0.95% | 0.94% | - |
| XYZ | 37.56 | 49.97 | 89.33 | - |
| YUV | 151.17 | 177.56 | 28.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 205 | 239 | 0.95 | 0.14 | 0 | 0.06 | 188.99 | 0.9 | 0.49 |
| Hex | C | CD | EF | 5F | E | 0 | 6 | BD | 5A | 31 |
| Octal | 14 | 315 | 357 | 137 | 16 | 0 | 6 | 275 | 132 | 61 |
| Binary | 1100 | 11001101 | 11101111 | 1011111 | 1110 | 0 | 110 | 10111101 | 1011010 | 110001 |
Color Harmonies of #0CCDEF
Complementary color
Monochromatic Colors of #0CCDEF
Black with #0CCDEF
Text Example
Text Example
White with #0CCDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCDEF; }
p { color: rgb(12,205,239); }
H1.HeaderClassName
{
color: #0CCDEF;
}
.AnyTagClassName
{
color: #0CCDEF;
}
</style>
background-color css
<style>
a { background-color: #0CCDEF; }
a { background-color: rgb(12,205,239); }
div.DivClassName
{
background-color: #0CCDEF;
}
.BgClassName
{
background-color: #0CCDEF;
}
</style>
border-color css
<style>
span { border-color: #0CCDEF; }
span { border-color: rgb(12,205,239); }
td.TdClassName
{
border-color: #0CCDEF;
}
.TagClassName
{
border-color: #0CCDEF;
}
</style>