Shades of Deep Sky Blue #0CC0E5
Tints of Deep Sky Blue #0CC0E5
RGB
CMYK
RGB Variations
Color information
#0CC0E5 (or 0x0CC0E5) is known color: Deep Sky Blue. HEX triplet: 0C, C0 and E5. RGB value is (12,192,229). Sum of RGB (Red+Green+Blue) = 12+192+229=433 (57% of max value = 765). Red value is 12 (5.08% from 255 or 2.77% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 229 (89.84% from 255 or 52.89% from 433); Max value from RGB is 229 - color contains mainly: blue. Hex color #0CC0E5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CC0E5 is #F33F1A. Grayscale: #8E8E8E. Windows color (decimal): -15941403 or 15056908. OLE color: 15056908.
HSL color Cylindrical-coordinate representation of color #0CC0E5: hue angle of 190.23º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CC0E5 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 192 | 229 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.10 |
| HSL | 190.23º | 0.9% | 0.47% | - |
| HSV(B) | 190.23º | 0.95% | 0.9% | - |
| XYZ | 33.14 | 43.43 | 80.77 | - |
| YUV | 142.4 | 176.87 | 34.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 192 | 229 | 0.95 | 0.16 | 0 | 0.10 | 190.23 | 0.9 | 0.47 |
| Hex | C | C0 | E5 | 5F | 10 | 0 | A | BE | 5A | 2F |
| Octal | 14 | 300 | 345 | 137 | 20 | 0 | 12 | 276 | 132 | 57 |
| Binary | 1100 | 11000000 | 11100101 | 1011111 | 10000 | 0 | 1010 | 10111110 | 1011010 | 101111 |
Color Harmonies of #0CC0E5
Complementary color
Monochromatic Colors of #0CC0E5
Black with #0CC0E5
Text Example
Text Example
White with #0CC0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC0E5; }
p { color: rgb(12,192,229); }
H1.HeaderClassName
{
color: #0CC0E5;
}
.AnyTagClassName
{
color: #0CC0E5;
}
</style>
background-color css
<style>
a { background-color: #0CC0E5; }
a { background-color: rgb(12,192,229); }
div.DivClassName
{
background-color: #0CC0E5;
}
.BgClassName
{
background-color: #0CC0E5;
}
</style>
border-color css
<style>
span { border-color: #0CC0E5; }
span { border-color: rgb(12,192,229); }
td.TdClassName
{
border-color: #0CC0E5;
}
.TagClassName
{
border-color: #0CC0E5;
}
</style>