Shades of Deep Sky Blue #0CC4EA
Tints of Deep Sky Blue #0CC4EA
RGB
CMYK
RGB Variations
Color information
#0CC4EA (or 0x0CC4EA) is known color: Deep Sky Blue. HEX triplet: 0C, C4 and EA. RGB value is (12,196,234). Sum of RGB (Red+Green+Blue) = 12+196+234=442 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.71% from 442); Green value is 196 (76.95% from 255 or 44.34% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #0CC4EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CC4EA is #F33B15. Grayscale: #909090. Windows color (decimal): -15940374 or 15385612. OLE color: 15385612.
HSL color Cylindrical-coordinate representation of color #0CC4EA: hue angle of 190.27º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CC4EA is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 196 | 234 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.08 |
| HSL | 190.27º | 0.9% | 0.48% | - |
| HSV(B) | 190.27º | 0.95% | 0.92% | - |
| XYZ | 34.74 | 45.5 | 84.79 | - |
| YUV | 145.32 | 178.04 | 32.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 196 | 234 | 0.95 | 0.16 | 0 | 0.08 | 190.27 | 0.9 | 0.48 |
| Hex | C | C4 | EA | 5F | 10 | 0 | 8 | BE | 5A | 30 |
| Octal | 14 | 304 | 352 | 137 | 20 | 0 | 10 | 276 | 132 | 60 |
| Binary | 1100 | 11000100 | 11101010 | 1011111 | 10000 | 0 | 1000 | 10111110 | 1011010 | 110000 |
Color Harmonies of #0CC4EA
Complementary color
Monochromatic Colors of #0CC4EA
Black with #0CC4EA
Text Example
Text Example
White with #0CC4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC4EA; }
p { color: rgb(12,196,234); }
H1.HeaderClassName
{
color: #0CC4EA;
}
.AnyTagClassName
{
color: #0CC4EA;
}
</style>
background-color css
<style>
a { background-color: #0CC4EA; }
a { background-color: rgb(12,196,234); }
div.DivClassName
{
background-color: #0CC4EA;
}
.BgClassName
{
background-color: #0CC4EA;
}
</style>
border-color css
<style>
span { border-color: #0CC4EA; }
span { border-color: rgb(12,196,234); }
td.TdClassName
{
border-color: #0CC4EA;
}
.TagClassName
{
border-color: #0CC4EA;
}
</style>