Shades of Deep Sky Blue #0CCDEC
Tints of Deep Sky Blue #0CCDEC
RGB
CMYK
RGB Variations
Color information
#0CCDEC (or 0x0CCDEC) is known color: Deep Sky Blue. HEX triplet: 0C, CD and EC. RGB value is (12,205,236). Sum of RGB (Red+Green+Blue) = 12+205+236=453 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.65% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #0CCDEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCDEC is #F33213. Grayscale: #969696. Windows color (decimal): -15938068 or 15518988. OLE color: 15518988.
HSL color Cylindrical-coordinate representation of color #0CCDEC: hue angle of 188.3º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CCDEC is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 205 | 236 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.07 |
| HSL | 188.3º | 0.9% | 0.49% | - |
| HSV(B) | 188.3º | 0.95% | 0.93% | - |
| XYZ | 37.12 | 49.8 | 87.01 | - |
| YUV | 150.83 | 176.06 | 28.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 205 | 236 | 0.95 | 0.13 | 0 | 0.07 | 188.3 | 0.9 | 0.49 |
| Hex | C | CD | EC | 5F | D | 0 | 7 | BC | 5A | 31 |
| Octal | 14 | 315 | 354 | 137 | 15 | 0 | 7 | 274 | 132 | 61 |
| Binary | 1100 | 11001101 | 11101100 | 1011111 | 1101 | 0 | 111 | 10111100 | 1011010 | 110001 |
Color Harmonies of #0CCDEC
Complementary color
Monochromatic Colors of #0CCDEC
Black with #0CCDEC
Text Example
Text Example
White with #0CCDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCDEC; }
p { color: rgb(12,205,236); }
H1.HeaderClassName
{
color: #0CCDEC;
}
.AnyTagClassName
{
color: #0CCDEC;
}
</style>
background-color css
<style>
a { background-color: #0CCDEC; }
a { background-color: rgb(12,205,236); }
div.DivClassName
{
background-color: #0CCDEC;
}
.BgClassName
{
background-color: #0CCDEC;
}
</style>
border-color css
<style>
span { border-color: #0CCDEC; }
span { border-color: rgb(12,205,236); }
td.TdClassName
{
border-color: #0CCDEC;
}
.TagClassName
{
border-color: #0CCDEC;
}
</style>