Shades of Deep Sky Blue #05A8EF
Tints of Deep Sky Blue #05A8EF
RGB
CMYK
RGB Variations
Color information
#05A8EF (or 0x05A8EF) is known color: Deep Sky Blue. HEX triplet: 05, A8 and EF. RGB value is (5,168,239). Sum of RGB (Red+Green+Blue) = 5+168+239=412 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 239 (93.75% from 255 or 58.01% from 412); Max value from RGB is 239 - color contains mainly: blue. Hex color #05A8EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05A8EF is #FA5710. Grayscale: #7E7E7E. Windows color (decimal): -16406289 or 15706117. OLE color: 15706117.
HSL color Cylindrical-coordinate representation of color #05A8EF: hue angle of 198.21º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05A8EF is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 168 | 239 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.06 |
| HSL | 198.21º | 0.96% | 0.48% | - |
| HSV(B) | 198.21º | 0.98% | 0.94% | - |
| XYZ | 29.65 | 34.27 | 86.71 | - |
| YUV | 127.36 | 191 | 40.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 168 | 239 | 0.98 | 0.30 | 0 | 0.06 | 198.21 | 0.96 | 0.48 |
| Hex | 5 | A8 | EF | 62 | 1E | 0 | 6 | C6 | 60 | 30 |
| Octal | 5 | 250 | 357 | 142 | 36 | 0 | 6 | 306 | 140 | 60 |
| Binary | 101 | 10101000 | 11101111 | 1100010 | 11110 | 0 | 110 | 11000110 | 1100000 | 110000 |
Color Harmonies of #05A8EF
Complementary color
Monochromatic Colors of #05A8EF
Black with #05A8EF
Text Example
Text Example
White with #05A8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A8EF; }
p { color: rgb(5,168,239); }
H1.HeaderClassName
{
color: #05A8EF;
}
.AnyTagClassName
{
color: #05A8EF;
}
</style>
background-color css
<style>
a { background-color: #05A8EF; }
a { background-color: rgb(5,168,239); }
div.DivClassName
{
background-color: #05A8EF;
}
.BgClassName
{
background-color: #05A8EF;
}
</style>
border-color css
<style>
span { border-color: #05A8EF; }
span { border-color: rgb(5,168,239); }
td.TdClassName
{
border-color: #05A8EF;
}
.TagClassName
{
border-color: #05A8EF;
}
</style>