Shades of Deep Sky Blue #05C0ED
Tints of Deep Sky Blue #05C0ED
RGB
CMYK
RGB Variations
Color information
#05C0ED (or 0x05C0ED) is known color: Deep Sky Blue. HEX triplet: 05, C0 and ED. RGB value is (5,192,237). Sum of RGB (Red+Green+Blue) = 5+192+237=434 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.15% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #05C0ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05C0ED is #FA3F12. Grayscale: #8C8C8C. Windows color (decimal): -16400147 or 15581189. OLE color: 15581189.
HSL color Cylindrical-coordinate representation of color #05C0ED: hue angle of 191.64º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C0ED is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 192 | 237 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.07 |
| HSL | 191.64º | 0.96% | 0.47% | - |
| HSV(B) | 191.64º | 0.98% | 0.93% | - |
| XYZ | 34.2 | 43.85 | 86.78 | - |
| YUV | 141.22 | 182.05 | 30.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 192 | 237 | 0.98 | 0.19 | 0 | 0.07 | 191.64 | 0.96 | 0.47 |
| Hex | 5 | C0 | ED | 62 | 13 | 0 | 7 | C0 | 60 | 2F |
| Octal | 5 | 300 | 355 | 142 | 23 | 0 | 7 | 300 | 140 | 57 |
| Binary | 101 | 11000000 | 11101101 | 1100010 | 10011 | 0 | 111 | 11000000 | 1100000 | 101111 |
Color Harmonies of #05C0ED
Complementary color
Monochromatic Colors of #05C0ED
Black with #05C0ED
Text Example
Text Example
White with #05C0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C0ED; }
p { color: rgb(5,192,237); }
H1.HeaderClassName
{
color: #05C0ED;
}
.AnyTagClassName
{
color: #05C0ED;
}
</style>
background-color css
<style>
a { background-color: #05C0ED; }
a { background-color: rgb(5,192,237); }
div.DivClassName
{
background-color: #05C0ED;
}
.BgClassName
{
background-color: #05C0ED;
}
</style>
border-color css
<style>
span { border-color: #05C0ED; }
span { border-color: rgb(5,192,237); }
td.TdClassName
{
border-color: #05C0ED;
}
.TagClassName
{
border-color: #05C0ED;
}
</style>