Shades of Deep Sky Blue #0CC4FA
Tints of Deep Sky Blue #0CC4FA
RGB
CMYK
RGB Variations
Color information
#0CC4FA (or 0x0CC4FA) is known color: Deep Sky Blue. HEX triplet: 0C, C4 and FA. RGB value is (12,196,250). Sum of RGB (Red+Green+Blue) = 12+196+250=458 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.62% from 458); Green value is 196 (76.95% from 255 or 42.79% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #0CC4FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CC4FA is #F33B05. Grayscale: #929292. Windows color (decimal): -15940358 or 16434188. OLE color: 16434188.
HSL color Cylindrical-coordinate representation of color #0CC4FA: hue angle of 193.61º 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 #0CC4FA is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 196 | 250 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.02 |
| HSL | 193.61º | 0.96% | 0.51% | - |
| HSV(B) | 193.61º | 0.95% | 0.98% | - |
| XYZ | 37.15 | 46.46 | 97.45 | - |
| YUV | 147.14 | 186.04 | 31.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 196 | 250 | 0.95 | 0.22 | 0 | 0.02 | 193.61 | 0.96 | 0.51 |
| Hex | C | C4 | FA | 5F | 16 | 0 | 2 | C2 | 60 | 33 |
| Octal | 14 | 304 | 372 | 137 | 26 | 0 | 2 | 302 | 140 | 63 |
| Binary | 1100 | 11000100 | 11111010 | 1011111 | 10110 | 0 | 10 | 11000010 | 1100000 | 110011 |
Color Harmonies of #0CC4FA
Complementary color
Monochromatic Colors of #0CC4FA
Black with #0CC4FA
Text Example
Text Example
White with #0CC4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC4FA; }
p { color: rgb(12,196,250); }
H1.HeaderClassName
{
color: #0CC4FA;
}
.AnyTagClassName
{
color: #0CC4FA;
}
</style>
background-color css
<style>
a { background-color: #0CC4FA; }
a { background-color: rgb(12,196,250); }
div.DivClassName
{
background-color: #0CC4FA;
}
.BgClassName
{
background-color: #0CC4FA;
}
</style>
border-color css
<style>
span { border-color: #0CC4FA; }
span { border-color: rgb(12,196,250); }
td.TdClassName
{
border-color: #0CC4FA;
}
.TagClassName
{
border-color: #0CC4FA;
}
</style>