Shades of Deep Sky Blue #0CAEEA
Tints of Deep Sky Blue #0CAEEA
RGB
CMYK
RGB Variations
Color information
#0CAEEA (or 0x0CAEEA) is known color: Deep Sky Blue. HEX triplet: 0C, AE and EA. RGB value is (12,174,234). Sum of RGB (Red+Green+Blue) = 12+174+234=420 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.86% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 234 (91.80% from 255 or 55.71% from 420); Max value from RGB is 234 - color contains mainly: blue. Hex color #0CAEEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0CAEEA is #F35115. Grayscale: #848484. Windows color (decimal): -15946006 or 15379980. OLE color: 15379980.
HSL color Cylindrical-coordinate representation of color #0CAEEA: hue angle of 196.22º 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 #0CAEEA is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 174 | 234 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.08 |
| HSL | 196.22º | 0.9% | 0.48% | - |
| HSV(B) | 196.22º | 0.95% | 0.92% | - |
| XYZ | 30.14 | 36.29 | 83.26 | - |
| YUV | 132.4 | 185.33 | 42.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 174 | 234 | 0.95 | 0.26 | 0 | 0.08 | 196.22 | 0.9 | 0.48 |
| Hex | C | AE | EA | 5F | 1A | 0 | 8 | C4 | 5A | 30 |
| Octal | 14 | 256 | 352 | 137 | 32 | 0 | 10 | 304 | 132 | 60 |
| Binary | 1100 | 10101110 | 11101010 | 1011111 | 11010 | 0 | 1000 | 11000100 | 1011010 | 110000 |
Color Harmonies of #0CAEEA
Complementary color
Monochromatic Colors of #0CAEEA
Black with #0CAEEA
Text Example
Text Example
White with #0CAEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAEEA; }
p { color: rgb(12,174,234); }
H1.HeaderClassName
{
color: #0CAEEA;
}
.AnyTagClassName
{
color: #0CAEEA;
}
</style>
background-color css
<style>
a { background-color: #0CAEEA; }
a { background-color: rgb(12,174,234); }
div.DivClassName
{
background-color: #0CAEEA;
}
.BgClassName
{
background-color: #0CAEEA;
}
</style>
border-color css
<style>
span { border-color: #0CAEEA; }
span { border-color: rgb(12,174,234); }
td.TdClassName
{
border-color: #0CAEEA;
}
.TagClassName
{
border-color: #0CAEEA;
}
</style>