Shades of Deep Sky Blue #0CACEA
Tints of Deep Sky Blue #0CACEA
RGB
CMYK
RGB Variations
Color information
#0CACEA (or 0x0CACEA) is known color: Deep Sky Blue. HEX triplet: 0C, AC and EA. RGB value is (12,172,234). Sum of RGB (Red+Green+Blue) = 12+172+234=418 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.87% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #0CACEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0CACEA is #F35315. Grayscale: #828282. Windows color (decimal): -15946518 or 15379468. OLE color: 15379468.
HSL color Cylindrical-coordinate representation of color #0CACEA: hue angle of 196.76º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CACEA is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 172 | 234 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.08 |
| HSL | 196.76º | 0.9% | 0.48% | - |
| HSV(B) | 196.76º | 0.95% | 0.92% | - |
| XYZ | 29.76 | 35.52 | 83.13 | - |
| YUV | 131.23 | 185.99 | 42.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 172 | 234 | 0.95 | 0.26 | 0 | 0.08 | 196.76 | 0.9 | 0.48 |
| Hex | C | AC | EA | 5F | 1A | 0 | 8 | C5 | 5A | 30 |
| Octal | 14 | 254 | 352 | 137 | 32 | 0 | 10 | 305 | 132 | 60 |
| Binary | 1100 | 10101100 | 11101010 | 1011111 | 11010 | 0 | 1000 | 11000101 | 1011010 | 110000 |
Color Harmonies of #0CACEA
Complementary color
Monochromatic Colors of #0CACEA
Black with #0CACEA
Text Example
Text Example
White with #0CACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CACEA; }
p { color: rgb(12,172,234); }
H1.HeaderClassName
{
color: #0CACEA;
}
.AnyTagClassName
{
color: #0CACEA;
}
</style>
background-color css
<style>
a { background-color: #0CACEA; }
a { background-color: rgb(12,172,234); }
div.DivClassName
{
background-color: #0CACEA;
}
.BgClassName
{
background-color: #0CACEA;
}
</style>
border-color css
<style>
span { border-color: #0CACEA; }
span { border-color: rgb(12,172,234); }
td.TdClassName
{
border-color: #0CACEA;
}
.TagClassName
{
border-color: #0CACEA;
}
</style>