Shades of Deep Sky Blue #05B5EC
Tints of Deep Sky Blue #05B5EC
RGB
CMYK
RGB Variations
Color information
#05B5EC (or 0x05B5EC) is known color: Deep Sky Blue. HEX triplet: 05, B5 and EC. RGB value is (5,181,236). Sum of RGB (Red+Green+Blue) = 5+181+236=422 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.18% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #05B5EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05B5EC is #FA4A13. Grayscale: #868686. Windows color (decimal): -16402964 or 15512837. OLE color: 15512837.
HSL color Cylindrical-coordinate representation of color #05B5EC: hue angle of 194.29º 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 #05B5EC is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 181 | 236 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.07 |
| HSL | 194.29º | 0.96% | 0.47% | - |
| HSV(B) | 194.29º | 0.98% | 0.93% | - |
| XYZ | 31.73 | 39.14 | 85.24 | - |
| YUV | 134.65 | 185.19 | 35.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 181 | 236 | 0.98 | 0.23 | 0 | 0.07 | 194.29 | 0.96 | 0.47 |
| Hex | 5 | B5 | EC | 62 | 17 | 0 | 7 | C2 | 60 | 2F |
| Octal | 5 | 265 | 354 | 142 | 27 | 0 | 7 | 302 | 140 | 57 |
| Binary | 101 | 10110101 | 11101100 | 1100010 | 10111 | 0 | 111 | 11000010 | 1100000 | 101111 |
Color Harmonies of #05B5EC
Complementary color
Monochromatic Colors of #05B5EC
Black with #05B5EC
Text Example
Text Example
White with #05B5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B5EC; }
p { color: rgb(5,181,236); }
H1.HeaderClassName
{
color: #05B5EC;
}
.AnyTagClassName
{
color: #05B5EC;
}
</style>
background-color css
<style>
a { background-color: #05B5EC; }
a { background-color: rgb(5,181,236); }
div.DivClassName
{
background-color: #05B5EC;
}
.BgClassName
{
background-color: #05B5EC;
}
</style>
border-color css
<style>
span { border-color: #05B5EC; }
span { border-color: rgb(5,181,236); }
td.TdClassName
{
border-color: #05B5EC;
}
.TagClassName
{
border-color: #05B5EC;
}
</style>