Shades of Deep Sky Blue #0CABFF
Tints of Deep Sky Blue #0CABFF
RGB
CMYK
RGB Variations
Color information
#0CABFF (or 0x0CABFF) is known color: Deep Sky Blue. HEX triplet: 0C, AB and FF. RGB value is (12,171,255). Sum of RGB (Red+Green+Blue) = 12+171+255=438 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.74% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #0CABFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0CABFF is #F35400. Grayscale: #848484. Windows color (decimal): -15946753 or 16755468. OLE color: 16755468.
HSL color Cylindrical-coordinate representation of color #0CABFF: hue angle of 200.74º 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 #0CABFF is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 171 | 255 | - |
| CMYK | 0.95 | 0.33 | 0 | 0 |
| HSL | 200.74º | 1% | 0.52% | - |
| HSV(B) | 200.74º | 0.95% | 1% | - |
| XYZ | 32.76 | 36.42 | 99.91 | - |
| YUV | 133.04 | 196.82 | 41.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 171 | 255 | 0.95 | 0.33 | 0 | 0 | 200.74 | 1 | 0.52 |
| Hex | C | AB | FF | 5F | 21 | 0 | 0 | C9 | 64 | 34 |
| Octal | 14 | 253 | 377 | 137 | 41 | 0 | 0 | 311 | 144 | 64 |
| Binary | 1100 | 10101011 | 11111111 | 1011111 | 100001 | 0 | 0 | 11001001 | 1100100 | 110100 |
Color Harmonies of #0CABFF
Complementary color
Monochromatic Colors of #0CABFF
Black with #0CABFF
Text Example
Text Example
White with #0CABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CABFF; }
p { color: rgb(12,171,255); }
H1.HeaderClassName
{
color: #0CABFF;
}
.AnyTagClassName
{
color: #0CABFF;
}
</style>
background-color css
<style>
a { background-color: #0CABFF; }
a { background-color: rgb(12,171,255); }
div.DivClassName
{
background-color: #0CABFF;
}
.BgClassName
{
background-color: #0CABFF;
}
</style>
border-color css
<style>
span { border-color: #0CABFF; }
span { border-color: rgb(12,171,255); }
td.TdClassName
{
border-color: #0CABFF;
}
.TagClassName
{
border-color: #0CABFF;
}
</style>