Shades of Deep Sky Blue #05A7F0
Tints of Deep Sky Blue #05A7F0
RGB
CMYK
RGB Variations
Color information
#05A7F0 (or 0x05A7F0) is known color: Deep Sky Blue. HEX triplet: 05, A7 and F0. RGB value is (5,167,240). Sum of RGB (Red+Green+Blue) = 5+167+240=412 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 412); Green value is 167 (65.62% from 255 or 40.53% from 412); Blue value is 240 (94.14% from 255 or 58.25% from 412); Max value from RGB is 240 - color contains mainly: blue. Hex color #05A7F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05A7F0 is #FA580F. Grayscale: #7E7E7E. Windows color (decimal): -16406544 or 15771397. OLE color: 15771397.
HSL color Cylindrical-coordinate representation of color #05A7F0: hue angle of 198.64º 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 #05A7F0 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 5 | 167 | 240 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.06 |
| HSL | 198.64º | 0.96% | 0.48% | - |
| HSV(B) | 198.64º | 0.98% | 0.94% | - |
| XYZ | 29.61 | 33.96 | 87.43 | - |
| YUV | 126.88 | 191.83 | 41.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 167 | 240 | 0.98 | 0.30 | 0 | 0.06 | 198.64 | 0.96 | 0.48 |
| Hex | 5 | A7 | F0 | 62 | 1E | 0 | 6 | C7 | 60 | 30 |
| Octal | 5 | 247 | 360 | 142 | 36 | 0 | 6 | 307 | 140 | 60 |
| Binary | 101 | 10100111 | 11110000 | 1100010 | 11110 | 0 | 110 | 11000111 | 1100000 | 110000 |
Color Harmonies of #05A7F0
Complementary color
Monochromatic Colors of #05A7F0
Black with #05A7F0
Text Example
Text Example
White with #05A7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A7F0; }
p { color: rgb(5,167,240); }
H1.HeaderClassName
{
color: #05A7F0;
}
.AnyTagClassName
{
color: #05A7F0;
}
</style>
background-color css
<style>
a { background-color: #05A7F0; }
a { background-color: rgb(5,167,240); }
div.DivClassName
{
background-color: #05A7F0;
}
.BgClassName
{
background-color: #05A7F0;
}
</style>
border-color css
<style>
span { border-color: #05A7F0; }
span { border-color: rgb(5,167,240); }
td.TdClassName
{
border-color: #05A7F0;
}
.TagClassName
{
border-color: #05A7F0;
}
</style>