Shades of Deep Sky Blue #0CAAED
Tints of Deep Sky Blue #0CAAED
RGB
CMYK
RGB Variations
Color information
#0CAAED (or 0x0CAAED) is known color: Deep Sky Blue. HEX triplet: 0C, AA and ED. RGB value is (12,170,237). Sum of RGB (Red+Green+Blue) = 12+170+237=419 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.86% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 237 (92.97% from 255 or 56.56% from 419); Max value from RGB is 237 - color contains mainly: blue. Hex color #0CAAED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0CAAED is #F35512. Grayscale: #818181. Windows color (decimal): -15947027 or 15575564. OLE color: 15575564.
HSL color Cylindrical-coordinate representation of color #0CAAED: hue angle of 197.87º 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 #0CAAED is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 170 | 237 | - |
| CMYK | 0.95 | 0.28 | 0 | 0.07 |
| HSL | 197.87º | 0.9% | 0.49% | - |
| HSV(B) | 197.87º | 0.95% | 0.93% | - |
| XYZ | 29.81 | 34.94 | 85.29 | - |
| YUV | 130.4 | 188.15 | 43.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 170 | 237 | 0.95 | 0.28 | 0 | 0.07 | 197.87 | 0.9 | 0.49 |
| Hex | C | AA | ED | 5F | 1C | 0 | 7 | C6 | 5A | 31 |
| Octal | 14 | 252 | 355 | 137 | 34 | 0 | 7 | 306 | 132 | 61 |
| Binary | 1100 | 10101010 | 11101101 | 1011111 | 11100 | 0 | 111 | 11000110 | 1011010 | 110001 |
Color Harmonies of #0CAAED
Complementary color
Monochromatic Colors of #0CAAED
Black with #0CAAED
Text Example
Text Example
White with #0CAAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAAED; }
p { color: rgb(12,170,237); }
H1.HeaderClassName
{
color: #0CAAED;
}
.AnyTagClassName
{
color: #0CAAED;
}
</style>
background-color css
<style>
a { background-color: #0CAAED; }
a { background-color: rgb(12,170,237); }
div.DivClassName
{
background-color: #0CAAED;
}
.BgClassName
{
background-color: #0CAAED;
}
</style>
border-color css
<style>
span { border-color: #0CAAED; }
span { border-color: rgb(12,170,237); }
td.TdClassName
{
border-color: #0CAAED;
}
.TagClassName
{
border-color: #0CAAED;
}
</style>