Shades of Deep Sky Blue #00C0EC
Tints of Deep Sky Blue #00C0EC
RGB
CMYK
RGB Variations
Color information
#00C0EC (or 0x00C0EC) is known color: Deep Sky Blue. HEX triplet: 00, C0 and EC. RGB value is (0,192,236). Sum of RGB (Red+Green+Blue) = 0+192+236=428 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #00C0EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00C0EC is #FF3F13. Grayscale: #8B8B8B. Windows color (decimal): -16727828 or 15515648. OLE color: 15515648.
HSL color Cylindrical-coordinate representation of color #00C0EC: hue angle of 191.19º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C0EC is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 192 | 236 | - |
| CMYK | 1 | 0.19 | 0 | 0.07 |
| HSL | 191.19º | 1% | 0.46% | - |
| HSV(B) | 191.19º | 1% | 0.93% | - |
| XYZ | 33.99 | 43.76 | 86.01 | - |
| YUV | 139.61 | 182.39 | 28.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 192 | 236 | 1 | 0.19 | 0 | 0.07 | 191.19 | 1 | 0.46 |
| Hex | 0 | C0 | EC | 64 | 13 | 0 | 7 | BF | 64 | 2E |
| Octal | 0 | 300 | 354 | 144 | 23 | 0 | 7 | 277 | 144 | 56 |
| Binary | 0 | 11000000 | 11101100 | 1100100 | 10011 | 0 | 111 | 10111111 | 1100100 | 101110 |
Color Harmonies of #00C0EC
Complementary color
Monochromatic Colors of #00C0EC
Black with #00C0EC
Text Example
Text Example
White with #00C0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C0EC; }
p { color: rgb(0,192,236); }
H1.HeaderClassName
{
color: #00C0EC;
}
.AnyTagClassName
{
color: #00C0EC;
}
</style>
background-color css
<style>
a { background-color: #00C0EC; }
a { background-color: rgb(0,192,236); }
div.DivClassName
{
background-color: #00C0EC;
}
.BgClassName
{
background-color: #00C0EC;
}
</style>
border-color css
<style>
span { border-color: #00C0EC; }
span { border-color: rgb(0,192,236); }
td.TdClassName
{
border-color: #00C0EC;
}
.TagClassName
{
border-color: #00C0EC;
}
</style>