Shades of Deep Sky Blue #05C7EC
Tints of Deep Sky Blue #05C7EC
RGB
CMYK
RGB Variations
Color information
#05C7EC (or 0x05C7EC) is known color: Deep Sky Blue. HEX triplet: 05, C7 and EC. RGB value is (5,199,236). Sum of RGB (Red+Green+Blue) = 5+199+236=440 (58% of max value = 765). Red value is 5 (2.34% from 255 or 1.14% from 440); Green value is 199 (78.12% from 255 or 45.23% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #05C7EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05C7EC is #FA3813. Grayscale: #909090. Windows color (decimal): -16398356 or 15517445. OLE color: 15517445.
HSL color Cylindrical-coordinate representation of color #05C7EC: hue angle of 189.61º 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 #05C7EC is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 199 | 236 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.07 |
| HSL | 189.61º | 0.96% | 0.47% | - |
| HSV(B) | 189.61º | 0.98% | 0.93% | - |
| XYZ | 35.63 | 46.94 | 86.54 | - |
| YUV | 145.21 | 179.23 | 27.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 199 | 236 | 0.98 | 0.16 | 0 | 0.07 | 189.61 | 0.96 | 0.47 |
| Hex | 5 | C7 | EC | 62 | 10 | 0 | 7 | BE | 60 | 2F |
| Octal | 5 | 307 | 354 | 142 | 20 | 0 | 7 | 276 | 140 | 57 |
| Binary | 101 | 11000111 | 11101100 | 1100010 | 10000 | 0 | 111 | 10111110 | 1100000 | 101111 |
Color Harmonies of #05C7EC
Complementary color
Monochromatic Colors of #05C7EC
Black with #05C7EC
Text Example
Text Example
White with #05C7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C7EC; }
p { color: rgb(5,199,236); }
H1.HeaderClassName
{
color: #05C7EC;
}
.AnyTagClassName
{
color: #05C7EC;
}
</style>
background-color css
<style>
a { background-color: #05C7EC; }
a { background-color: rgb(5,199,236); }
div.DivClassName
{
background-color: #05C7EC;
}
.BgClassName
{
background-color: #05C7EC;
}
</style>
border-color css
<style>
span { border-color: #05C7EC; }
span { border-color: rgb(5,199,236); }
td.TdClassName
{
border-color: #05C7EC;
}
.TagClassName
{
border-color: #05C7EC;
}
</style>