Shades of Deep Sky Blue #0CAAFF
Tints of Deep Sky Blue #0CAAFF
RGB
CMYK
RGB Variations
Color information
#0CAAFF (or 0x0CAAFF) is known color: Deep Sky Blue. HEX triplet: 0C, AA and FF. RGB value is (12,170,255). Sum of RGB (Red+Green+Blue) = 12+170+255=437 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.75% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #0CAAFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0CAAFF is #F35500. Grayscale: #838383. Windows color (decimal): -15947009 or 16755212. OLE color: 16755212.
HSL color Cylindrical-coordinate representation of color #0CAAFF: hue angle of 200.99º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CAAFF is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 170 | 255 | - |
| CMYK | 0.95 | 0.33 | 0 | 0 |
| HSL | 200.99º | 1% | 0.52% | - |
| HSV(B) | 200.99º | 0.95% | 1% | - |
| XYZ | 32.58 | 36.05 | 99.85 | - |
| YUV | 132.45 | 197.15 | 42.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 170 | 255 | 0.95 | 0.33 | 0 | 0 | 200.99 | 1 | 0.52 |
| Hex | C | AA | FF | 5F | 21 | 0 | 0 | C9 | 64 | 34 |
| Octal | 14 | 252 | 377 | 137 | 41 | 0 | 0 | 311 | 144 | 64 |
| Binary | 1100 | 10101010 | 11111111 | 1011111 | 100001 | 0 | 0 | 11001001 | 1100100 | 110100 |
Color Harmonies of #0CAAFF
Complementary color
Monochromatic Colors of #0CAAFF
Black with #0CAAFF
Text Example
Text Example
White with #0CAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAAFF; }
p { color: rgb(12,170,255); }
H1.HeaderClassName
{
color: #0CAAFF;
}
.AnyTagClassName
{
color: #0CAAFF;
}
</style>
background-color css
<style>
a { background-color: #0CAAFF; }
a { background-color: rgb(12,170,255); }
div.DivClassName
{
background-color: #0CAAFF;
}
.BgClassName
{
background-color: #0CAAFF;
}
</style>
border-color css
<style>
span { border-color: #0CAAFF; }
span { border-color: rgb(12,170,255); }
td.TdClassName
{
border-color: #0CAAFF;
}
.TagClassName
{
border-color: #0CAAFF;
}
</style>