Shades of Deep Sky Blue #0CC2EA
Tints of Deep Sky Blue #0CC2EA
RGB
CMYK
RGB Variations
Color information
#0CC2EA (or 0x0CC2EA) is known color: Deep Sky Blue. HEX triplet: 0C, C2 and EA. RGB value is (12,194,234). Sum of RGB (Red+Green+Blue) = 12+194+234=440 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.73% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #0CC2EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CC2EA is #F33D15. Grayscale: #8F8F8F. Windows color (decimal): -15940886 or 15385100. OLE color: 15385100.
HSL color Cylindrical-coordinate representation of color #0CC2EA: hue angle of 190.81º 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 #0CC2EA is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 194 | 234 | - |
| CMYK | 0.95 | 0.17 | 0 | 0.08 |
| HSL | 190.81º | 0.9% | 0.48% | - |
| HSV(B) | 190.81º | 0.95% | 0.92% | - |
| XYZ | 34.29 | 44.6 | 84.64 | - |
| YUV | 144.14 | 178.7 | 33.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 194 | 234 | 0.95 | 0.17 | 0 | 0.08 | 190.81 | 0.9 | 0.48 |
| Hex | C | C2 | EA | 5F | 11 | 0 | 8 | BF | 5A | 30 |
| Octal | 14 | 302 | 352 | 137 | 21 | 0 | 10 | 277 | 132 | 60 |
| Binary | 1100 | 11000010 | 11101010 | 1011111 | 10001 | 0 | 1000 | 10111111 | 1011010 | 110000 |
Color Harmonies of #0CC2EA
Complementary color
Monochromatic Colors of #0CC2EA
Black with #0CC2EA
Text Example
Text Example
White with #0CC2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC2EA; }
p { color: rgb(12,194,234); }
H1.HeaderClassName
{
color: #0CC2EA;
}
.AnyTagClassName
{
color: #0CC2EA;
}
</style>
background-color css
<style>
a { background-color: #0CC2EA; }
a { background-color: rgb(12,194,234); }
div.DivClassName
{
background-color: #0CC2EA;
}
.BgClassName
{
background-color: #0CC2EA;
}
</style>
border-color css
<style>
span { border-color: #0CC2EA; }
span { border-color: rgb(12,194,234); }
td.TdClassName
{
border-color: #0CC2EA;
}
.TagClassName
{
border-color: #0CC2EA;
}
</style>