Shades of Deep Sky Blue #0CA9FC
Tints of Deep Sky Blue #0CA9FC
RGB
CMYK
RGB Variations
Color information
#0CA9FC (or 0x0CA9FC) is known color: Deep Sky Blue. HEX triplet: 0C, A9 and FC. RGB value is (12,169,252). Sum of RGB (Red+Green+Blue) = 12+169+252=433 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.77% from 433); Green value is 169 (66.41% from 255 or 39.03% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #0CA9FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0CA9FC is #F35603. Grayscale: #838383. Windows color (decimal): -15947268 or 16558348. OLE color: 16558348.
HSL color Cylindrical-coordinate representation of color #0CA9FC: hue angle of 200.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CA9FC is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 169 | 252 | - |
| CMYK | 0.95 | 0.33 | 0 | 0.01 |
| HSL | 200.75º | 0.98% | 0.52% | - |
| HSV(B) | 200.75º | 0.95% | 0.99% | - |
| XYZ | 31.91 | 35.48 | 97.26 | - |
| YUV | 131.52 | 195.99 | 42.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 169 | 252 | 0.95 | 0.33 | 0 | 0.01 | 200.75 | 0.98 | 0.52 |
| Hex | C | A9 | FC | 5F | 21 | 0 | 1 | C9 | 62 | 34 |
| Octal | 14 | 251 | 374 | 137 | 41 | 0 | 1 | 311 | 142 | 64 |
| Binary | 1100 | 10101001 | 11111100 | 1011111 | 100001 | 0 | 1 | 11001001 | 1100010 | 110100 |
Color Harmonies of #0CA9FC
Complementary color
Monochromatic Colors of #0CA9FC
Black with #0CA9FC
Text Example
Text Example
White with #0CA9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA9FC; }
p { color: rgb(12,169,252); }
H1.HeaderClassName
{
color: #0CA9FC;
}
.AnyTagClassName
{
color: #0CA9FC;
}
</style>
background-color css
<style>
a { background-color: #0CA9FC; }
a { background-color: rgb(12,169,252); }
div.DivClassName
{
background-color: #0CA9FC;
}
.BgClassName
{
background-color: #0CA9FC;
}
</style>
border-color css
<style>
span { border-color: #0CA9FC; }
span { border-color: rgb(12,169,252); }
td.TdClassName
{
border-color: #0CA9FC;
}
.TagClassName
{
border-color: #0CA9FC;
}
</style>