Shades of Deep Sky Blue #05C0E9
Tints of Deep Sky Blue #05C0E9
RGB
CMYK
RGB Variations
Color information
#05C0E9 (or 0x05C0E9) is known color: Deep Sky Blue. HEX triplet: 05, C0 and E9. RGB value is (5,192,233). Sum of RGB (Red+Green+Blue) = 5+192+233=430 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.16% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 233 (91.41% from 255 or 54.19% from 430); Max value from RGB is 233 - color contains mainly: blue. Hex color #05C0E9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05C0E9 is #FA3F16. Grayscale: #8C8C8C. Windows color (decimal): -16400151 or 15319045. OLE color: 15319045.
HSL color Cylindrical-coordinate representation of color #05C0E9: hue angle of 190.79º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C0E9 is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 192 | 233 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.09 |
| HSL | 190.79º | 0.96% | 0.47% | - |
| HSV(B) | 190.79º | 0.98% | 0.91% | - |
| XYZ | 33.62 | 43.61 | 83.74 | - |
| YUV | 140.76 | 180.05 | 31.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 192 | 233 | 0.98 | 0.18 | 0 | 0.09 | 190.79 | 0.96 | 0.47 |
| Hex | 5 | C0 | E9 | 62 | 12 | 0 | 9 | BF | 60 | 2F |
| Octal | 5 | 300 | 351 | 142 | 22 | 0 | 11 | 277 | 140 | 57 |
| Binary | 101 | 11000000 | 11101001 | 1100010 | 10010 | 0 | 1001 | 10111111 | 1100000 | 101111 |
Color Harmonies of #05C0E9
Complementary color
Monochromatic Colors of #05C0E9
Black with #05C0E9
Text Example
Text Example
White with #05C0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C0E9; }
p { color: rgb(5,192,233); }
H1.HeaderClassName
{
color: #05C0E9;
}
.AnyTagClassName
{
color: #05C0E9;
}
</style>
background-color css
<style>
a { background-color: #05C0E9; }
a { background-color: rgb(5,192,233); }
div.DivClassName
{
background-color: #05C0E9;
}
.BgClassName
{
background-color: #05C0E9;
}
</style>
border-color css
<style>
span { border-color: #05C0E9; }
span { border-color: rgb(5,192,233); }
td.TdClassName
{
border-color: #05C0E9;
}
.TagClassName
{
border-color: #05C0E9;
}
</style>