Shades of Deep Sky Blue #05B2EC
Tints of Deep Sky Blue #05B2EC
RGB
CMYK
RGB Variations
Color information
#05B2EC (or 0x05B2EC) is known color: Deep Sky Blue. HEX triplet: 05, B2 and EC. RGB value is (5,178,236). Sum of RGB (Red+Green+Blue) = 5+178+236=419 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.19% from 419); Green value is 178 (69.92% from 255 or 42.48% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #05B2EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05B2EC is #FA4D13. Grayscale: #848484. Windows color (decimal): -16403732 or 15512069. OLE color: 15512069.
HSL color Cylindrical-coordinate representation of color #05B2EC: hue angle of 195.06º 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 #05B2EC is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 178 | 236 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.07 |
| HSL | 195.06º | 0.96% | 0.47% | - |
| HSV(B) | 195.06º | 0.98% | 0.93% | - |
| XYZ | 31.12 | 37.93 | 85.04 | - |
| YUV | 132.89 | 186.19 | 36.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 178 | 236 | 0.98 | 0.25 | 0 | 0.07 | 195.06 | 0.96 | 0.47 |
| Hex | 5 | B2 | EC | 62 | 19 | 0 | 7 | C3 | 60 | 2F |
| Octal | 5 | 262 | 354 | 142 | 31 | 0 | 7 | 303 | 140 | 57 |
| Binary | 101 | 10110010 | 11101100 | 1100010 | 11001 | 0 | 111 | 11000011 | 1100000 | 101111 |
Color Harmonies of #05B2EC
Complementary color
Monochromatic Colors of #05B2EC
Black with #05B2EC
Text Example
Text Example
White with #05B2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05B2EC; }
p { color: rgb(5,178,236); }
H1.HeaderClassName
{
color: #05B2EC;
}
.AnyTagClassName
{
color: #05B2EC;
}
</style>
background-color css
<style>
a { background-color: #05B2EC; }
a { background-color: rgb(5,178,236); }
div.DivClassName
{
background-color: #05B2EC;
}
.BgClassName
{
background-color: #05B2EC;
}
</style>
border-color css
<style>
span { border-color: #05B2EC; }
span { border-color: rgb(5,178,236); }
td.TdClassName
{
border-color: #05B2EC;
}
.TagClassName
{
border-color: #05B2EC;
}
</style>