Shades of Deep Sky Blue #05A9E8
Tints of Deep Sky Blue #05A9E8
RGB
CMYK
RGB Variations
Color information
#05A9E8 (or 0x05A9E8) is known color: Deep Sky Blue. HEX triplet: 05, A9 and E8. RGB value is (5,169,232). Sum of RGB (Red+Green+Blue) = 5+169+232=406 (53% of max value = 765). Red value is 5 (2.34% from 255 or 1.23% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 232 (91.02% from 255 or 57.14% from 406); Max value from RGB is 232 - color contains mainly: blue. Hex color #05A9E8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05A9E8 is #FA5617. Grayscale: #7E7E7E. Windows color (decimal): -16406040 or 15247621. OLE color: 15247621.
HSL color Cylindrical-coordinate representation of color #05A9E8: hue angle of 196.65º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05A9E8 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 5 | 169 | 232 | - |
| CMYK | 0.98 | 0.27 | 0 | 0.09 |
| HSL | 196.65º | 0.96% | 0.46% | - |
| HSV(B) | 196.65º | 0.98% | 0.91% | - |
| XYZ | 28.82 | 34.23 | 81.43 | - |
| YUV | 127.15 | 187.17 | 40.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 169 | 232 | 0.98 | 0.27 | 0 | 0.09 | 196.65 | 0.96 | 0.46 |
| Hex | 5 | A9 | E8 | 62 | 1B | 0 | 9 | C5 | 60 | 2E |
| Octal | 5 | 251 | 350 | 142 | 33 | 0 | 11 | 305 | 140 | 56 |
| Binary | 101 | 10101001 | 11101000 | 1100010 | 11011 | 0 | 1001 | 11000101 | 1100000 | 101110 |
Color Harmonies of #05A9E8
Complementary color
Monochromatic Colors of #05A9E8
Black with #05A9E8
Text Example
Text Example
White with #05A9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A9E8; }
p { color: rgb(5,169,232); }
H1.HeaderClassName
{
color: #05A9E8;
}
.AnyTagClassName
{
color: #05A9E8;
}
</style>
background-color css
<style>
a { background-color: #05A9E8; }
a { background-color: rgb(5,169,232); }
div.DivClassName
{
background-color: #05A9E8;
}
.BgClassName
{
background-color: #05A9E8;
}
</style>
border-color css
<style>
span { border-color: #05A9E8; }
span { border-color: rgb(5,169,232); }
td.TdClassName
{
border-color: #05A9E8;
}
.TagClassName
{
border-color: #05A9E8;
}
</style>