Shades of Deep Sky Blue #0CA6FF
Tints of Deep Sky Blue #0CA6FF
RGB
CMYK
RGB Variations
Color information
#0CA6FF (or 0x0CA6FF) is known color: Deep Sky Blue. HEX triplet: 0C, A6 and FF. RGB value is (12,166,255). Sum of RGB (Red+Green+Blue) = 12+166+255=433 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.77% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #0CA6FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0CA6FF is #F35900. Grayscale: #818181. Windows color (decimal): -15948033 or 16754188. OLE color: 16754188.
HSL color Cylindrical-coordinate representation of color #0CA6FF: hue angle of 201.98º 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 #0CA6FF is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 166 | 255 | - |
| CMYK | 0.95 | 0.35 | 0 | 0 |
| HSL | 201.98º | 1% | 0.52% | - |
| HSV(B) | 201.98º | 0.95% | 1% | - |
| XYZ | 31.84 | 34.57 | 99.6 | - |
| YUV | 130.1 | 198.48 | 43.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 166 | 255 | 0.95 | 0.35 | 0 | 0 | 201.98 | 1 | 0.52 |
| Hex | C | A6 | FF | 5F | 23 | 0 | 0 | CA | 64 | 34 |
| Octal | 14 | 246 | 377 | 137 | 43 | 0 | 0 | 312 | 144 | 64 |
| Binary | 1100 | 10100110 | 11111111 | 1011111 | 100011 | 0 | 0 | 11001010 | 1100100 | 110100 |
Color Harmonies of #0CA6FF
Complementary color
Monochromatic Colors of #0CA6FF
Black with #0CA6FF
Text Example
Text Example
White with #0CA6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA6FF; }
p { color: rgb(12,166,255); }
H1.HeaderClassName
{
color: #0CA6FF;
}
.AnyTagClassName
{
color: #0CA6FF;
}
</style>
background-color css
<style>
a { background-color: #0CA6FF; }
a { background-color: rgb(12,166,255); }
div.DivClassName
{
background-color: #0CA6FF;
}
.BgClassName
{
background-color: #0CA6FF;
}
</style>
border-color css
<style>
span { border-color: #0CA6FF; }
span { border-color: rgb(12,166,255); }
td.TdClassName
{
border-color: #0CA6FF;
}
.TagClassName
{
border-color: #0CA6FF;
}
</style>