Shades of Deep Sky Blue #0CA8FF
Tints of Deep Sky Blue #0CA8FF
RGB
CMYK
RGB Variations
Color information
#0CA8FF (or 0x0CA8FF) is known color: Deep Sky Blue. HEX triplet: 0C, A8 and FF. RGB value is (12,168,255). Sum of RGB (Red+Green+Blue) = 12+168+255=435 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.76% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #0CA8FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0CA8FF is #F35700. Grayscale: #828282. Windows color (decimal): -15947521 or 16754700. OLE color: 16754700.
HSL color Cylindrical-coordinate representation of color #0CA8FF: hue angle of 201.48º 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 #0CA8FF is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 168 | 255 | - |
| CMYK | 0.95 | 0.34 | 0 | 0 |
| HSL | 201.48º | 1% | 0.52% | - |
| HSV(B) | 201.48º | 0.95% | 1% | - |
| XYZ | 32.2 | 35.3 | 99.72 | - |
| YUV | 131.27 | 197.82 | 42.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 168 | 255 | 0.95 | 0.34 | 0 | 0 | 201.48 | 1 | 0.52 |
| Hex | C | A8 | FF | 5F | 22 | 0 | 0 | C9 | 64 | 34 |
| Octal | 14 | 250 | 377 | 137 | 42 | 0 | 0 | 311 | 144 | 64 |
| Binary | 1100 | 10101000 | 11111111 | 1011111 | 100010 | 0 | 0 | 11001001 | 1100100 | 110100 |
Color Harmonies of #0CA8FF
Complementary color
Monochromatic Colors of #0CA8FF
Black with #0CA8FF
Text Example
Text Example
White with #0CA8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA8FF; }
p { color: rgb(12,168,255); }
H1.HeaderClassName
{
color: #0CA8FF;
}
.AnyTagClassName
{
color: #0CA8FF;
}
</style>
background-color css
<style>
a { background-color: #0CA8FF; }
a { background-color: rgb(12,168,255); }
div.DivClassName
{
background-color: #0CA8FF;
}
.BgClassName
{
background-color: #0CA8FF;
}
</style>
border-color css
<style>
span { border-color: #0CA8FF; }
span { border-color: rgb(12,168,255); }
td.TdClassName
{
border-color: #0CA8FF;
}
.TagClassName
{
border-color: #0CA8FF;
}
</style>