Shades of Deep Sky Blue #0CA9FF
Tints of Deep Sky Blue #0CA9FF
RGB
CMYK
RGB Variations
Color information
#0CA9FF (or 0x0CA9FF) is known color: Deep Sky Blue. HEX triplet: 0C, A9 and FF. RGB value is (12,169,255). Sum of RGB (Red+Green+Blue) = 12+169+255=436 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.75% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #0CA9FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0CA9FF is #F35600. Grayscale: #838383. Windows color (decimal): -15947265 or 16754956. OLE color: 16754956.
HSL color Cylindrical-coordinate representation of color #0CA9FF: hue angle of 201.23º 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 #0CA9FF is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 169 | 255 | - |
| CMYK | 0.95 | 0.34 | 0 | 0 |
| HSL | 201.23º | 1% | 0.52% | - |
| HSV(B) | 201.23º | 0.95% | 1% | - |
| XYZ | 32.39 | 35.67 | 99.79 | - |
| YUV | 131.86 | 197.49 | 42.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 169 | 255 | 0.95 | 0.34 | 0 | 0 | 201.23 | 1 | 0.52 |
| Hex | C | A9 | FF | 5F | 22 | 0 | 0 | C9 | 64 | 34 |
| Octal | 14 | 251 | 377 | 137 | 42 | 0 | 0 | 311 | 144 | 64 |
| Binary | 1100 | 10101001 | 11111111 | 1011111 | 100010 | 0 | 0 | 11001001 | 1100100 | 110100 |
Color Harmonies of #0CA9FF
Complementary color
Monochromatic Colors of #0CA9FF
Black with #0CA9FF
Text Example
Text Example
White with #0CA9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA9FF; }
p { color: rgb(12,169,255); }
H1.HeaderClassName
{
color: #0CA9FF;
}
.AnyTagClassName
{
color: #0CA9FF;
}
</style>
background-color css
<style>
a { background-color: #0CA9FF; }
a { background-color: rgb(12,169,255); }
div.DivClassName
{
background-color: #0CA9FF;
}
.BgClassName
{
background-color: #0CA9FF;
}
</style>
border-color css
<style>
span { border-color: #0CA9FF; }
span { border-color: rgb(12,169,255); }
td.TdClassName
{
border-color: #0CA9FF;
}
.TagClassName
{
border-color: #0CA9FF;
}
</style>