Shades of Deep Sky Blue #00C0E5
Tints of Deep Sky Blue #00C0E5
RGB
CMYK
RGB Variations
Color information
#00C0E5 (or 0x00C0E5) is known color: Deep Sky Blue. HEX triplet: 00, C0 and E5. RGB value is (0,192,229). Sum of RGB (Red+Green+Blue) = 0+192+229=421 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 229 (89.84% from 255 or 54.39% from 421); Max value from RGB is 229 - color contains mainly: blue. Hex color #00C0E5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00C0E5 is #FF3F1A. Grayscale: #8A8A8A. Windows color (decimal): -16727835 or 15056896. OLE color: 15056896.
HSL color Cylindrical-coordinate representation of color #00C0E5: hue angle of 189.69º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C0E5 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 192 | 229 | - |
| CMYK | 1 | 0.16 | 0 | 0.10 |
| HSL | 189.69º | 1% | 0.45% | - |
| HSV(B) | 189.69º | 1% | 0.9% | - |
| XYZ | 32.99 | 43.36 | 80.76 | - |
| YUV | 138.81 | 178.89 | 28.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 192 | 229 | 1 | 0.16 | 0 | 0.10 | 189.69 | 1 | 0.45 |
| Hex | 0 | C0 | E5 | 64 | 10 | 0 | A | BE | 64 | 2D |
| Octal | 0 | 300 | 345 | 144 | 20 | 0 | 12 | 276 | 144 | 55 |
| Binary | 0 | 11000000 | 11100101 | 1100100 | 10000 | 0 | 1010 | 10111110 | 1100100 | 101101 |
Color Harmonies of #00C0E5
Complementary color
Monochromatic Colors of #00C0E5
Black with #00C0E5
Text Example
Text Example
White with #00C0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C0E5; }
p { color: rgb(0,192,229); }
H1.HeaderClassName
{
color: #00C0E5;
}
.AnyTagClassName
{
color: #00C0E5;
}
</style>
background-color css
<style>
a { background-color: #00C0E5; }
a { background-color: rgb(0,192,229); }
div.DivClassName
{
background-color: #00C0E5;
}
.BgClassName
{
background-color: #00C0E5;
}
</style>
border-color css
<style>
span { border-color: #00C0E5; }
span { border-color: rgb(0,192,229); }
td.TdClassName
{
border-color: #00C0E5;
}
.TagClassName
{
border-color: #00C0E5;
}
</style>