Shades of Deep Sky Blue #0CCAEC
Tints of Deep Sky Blue #0CCAEC
RGB
CMYK
RGB Variations
Color information
#0CCAEC (or 0x0CCAEC) is known color: Deep Sky Blue. HEX triplet: 0C, CA and EC. RGB value is (12,202,236). Sum of RGB (Red+Green+Blue) = 12+202+236=450 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.67% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #0CCAEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCAEC is #F33513. Grayscale: #949494. Windows color (decimal): -15938836 or 15518220. OLE color: 15518220.
HSL color Cylindrical-coordinate representation of color #0CCAEC: hue angle of 189.11º 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 #0CCAEC is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 202 | 236 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.07 |
| HSL | 189.11º | 0.9% | 0.49% | - |
| HSV(B) | 189.11º | 0.95% | 0.93% | - |
| XYZ | 36.41 | 48.38 | 86.78 | - |
| YUV | 149.07 | 177.05 | 30.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 202 | 236 | 0.95 | 0.14 | 0 | 0.07 | 189.11 | 0.9 | 0.49 |
| Hex | C | CA | EC | 5F | E | 0 | 7 | BD | 5A | 31 |
| Octal | 14 | 312 | 354 | 137 | 16 | 0 | 7 | 275 | 132 | 61 |
| Binary | 1100 | 11001010 | 11101100 | 1011111 | 1110 | 0 | 111 | 10111101 | 1011010 | 110001 |
Color Harmonies of #0CCAEC
Complementary color
Monochromatic Colors of #0CCAEC
Black with #0CCAEC
Text Example
Text Example
White with #0CCAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCAEC; }
p { color: rgb(12,202,236); }
H1.HeaderClassName
{
color: #0CCAEC;
}
.AnyTagClassName
{
color: #0CCAEC;
}
</style>
background-color css
<style>
a { background-color: #0CCAEC; }
a { background-color: rgb(12,202,236); }
div.DivClassName
{
background-color: #0CCAEC;
}
.BgClassName
{
background-color: #0CCAEC;
}
</style>
border-color css
<style>
span { border-color: #0CCAEC; }
span { border-color: rgb(12,202,236); }
td.TdClassName
{
border-color: #0CCAEC;
}
.TagClassName
{
border-color: #0CCAEC;
}
</style>