Shades of Deep Sky Blue #0CD1FA
Tints of Deep Sky Blue #0CD1FA
RGB
CMYK
RGB Variations
Color information
#0CD1FA (or 0x0CD1FA) is known color: Deep Sky Blue. HEX triplet: 0C, D1 and FA. RGB value is (12,209,250). Sum of RGB (Red+Green+Blue) = 12+209+250=471 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.55% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #0CD1FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CD1FA is #F32E05. Grayscale: #9A9A9A. Windows color (decimal): -15937030 or 16437516. OLE color: 16437516.
HSL color Cylindrical-coordinate representation of color #0CD1FA: hue angle of 190.34º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CD1FA is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 209 | 250 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.02 |
| HSL | 190.34º | 0.96% | 0.51% | - |
| HSV(B) | 190.34º | 0.95% | 0.98% | - |
| XYZ | 40.21 | 52.58 | 98.47 | - |
| YUV | 154.77 | 181.73 | 26.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 209 | 250 | 0.95 | 0.16 | 0 | 0.02 | 190.34 | 0.96 | 0.51 |
| Hex | C | D1 | FA | 5F | 10 | 0 | 2 | BE | 60 | 33 |
| Octal | 14 | 321 | 372 | 137 | 20 | 0 | 2 | 276 | 140 | 63 |
| Binary | 1100 | 11010001 | 11111010 | 1011111 | 10000 | 0 | 10 | 10111110 | 1100000 | 110011 |
Color Harmonies of #0CD1FA
Complementary color
Monochromatic Colors of #0CD1FA
Black with #0CD1FA
Text Example
Text Example
White with #0CD1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD1FA; }
p { color: rgb(12,209,250); }
H1.HeaderClassName
{
color: #0CD1FA;
}
.AnyTagClassName
{
color: #0CD1FA;
}
</style>
background-color css
<style>
a { background-color: #0CD1FA; }
a { background-color: rgb(12,209,250); }
div.DivClassName
{
background-color: #0CD1FA;
}
.BgClassName
{
background-color: #0CD1FA;
}
</style>
border-color css
<style>
span { border-color: #0CD1FA; }
span { border-color: rgb(12,209,250); }
td.TdClassName
{
border-color: #0CD1FA;
}
.TagClassName
{
border-color: #0CD1FA;
}
</style>