Shades of Deep Sky Blue #05A6EC
Tints of Deep Sky Blue #05A6EC
RGB
CMYK
RGB Variations
Color information
#05A6EC (or 0x05A6EC) is known color: Deep Sky Blue. HEX triplet: 05, A6 and EC. RGB value is (5,166,236). Sum of RGB (Red+Green+Blue) = 5+166+236=407 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.23% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 236 (92.58% from 255 or 57.99% from 407); Max value from RGB is 236 - color contains mainly: blue. Hex color #05A6EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05A6EC is #FA5913. Grayscale: #7D7D7D. Windows color (decimal): -16406804 or 15508997. OLE color: 15508997.
HSL color Cylindrical-coordinate representation of color #05A6EC: hue angle of 198.18º 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 #05A6EC is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 5 | 166 | 236 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.07 |
| HSL | 198.18º | 0.96% | 0.47% | - |
| HSV(B) | 198.18º | 0.98% | 0.93% | - |
| XYZ | 28.84 | 33.36 | 84.28 | - |
| YUV | 125.84 | 190.16 | 41.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 166 | 236 | 0.98 | 0.30 | 0 | 0.07 | 198.18 | 0.96 | 0.47 |
| Hex | 5 | A6 | EC | 62 | 1E | 0 | 7 | C6 | 60 | 2F |
| Octal | 5 | 246 | 354 | 142 | 36 | 0 | 7 | 306 | 140 | 57 |
| Binary | 101 | 10100110 | 11101100 | 1100010 | 11110 | 0 | 111 | 11000110 | 1100000 | 101111 |
Color Harmonies of #05A6EC
Complementary color
Monochromatic Colors of #05A6EC
Black with #05A6EC
Text Example
Text Example
White with #05A6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A6EC; }
p { color: rgb(5,166,236); }
H1.HeaderClassName
{
color: #05A6EC;
}
.AnyTagClassName
{
color: #05A6EC;
}
</style>
background-color css
<style>
a { background-color: #05A6EC; }
a { background-color: rgb(5,166,236); }
div.DivClassName
{
background-color: #05A6EC;
}
.BgClassName
{
background-color: #05A6EC;
}
</style>
border-color css
<style>
span { border-color: #05A6EC; }
span { border-color: rgb(5,166,236); }
td.TdClassName
{
border-color: #05A6EC;
}
.TagClassName
{
border-color: #05A6EC;
}
</style>