Shades of Deep Sky Blue #05A7FE
Tints of Deep Sky Blue #05A7FE
RGB
CMYK
RGB Variations
Color information
#05A7FE (or 0x05A7FE) is known color: Deep Sky Blue. HEX triplet: 05, A7 and FE. RGB value is (5,167,254). Sum of RGB (Red+Green+Blue) = 5+167+254=426 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.17% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #05A7FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05A7FE is #FA5801. Grayscale: #7F7F7F. Windows color (decimal): -16406530 or 16688901. OLE color: 16688901.
HSL color Cylindrical-coordinate representation of color #05A7FE: hue angle of 200.96º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05A7FE is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 167 | 254 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.00 |
| HSL | 200.96º | 0.99% | 0.51% | - |
| HSV(B) | 200.96º | 0.98% | 1% | - |
| XYZ | 31.77 | 34.83 | 98.81 | - |
| YUV | 128.48 | 198.83 | 39.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 167 | 254 | 0.98 | 0.34 | 0 | 0.00 | 200.96 | 0.99 | 0.51 |
| Hex | 5 | A7 | FE | 62 | 22 | 0 | 0 | C9 | 63 | 33 |
| Octal | 5 | 247 | 376 | 142 | 42 | 0 | 0 | 311 | 143 | 63 |
| Binary | 101 | 10100111 | 11111110 | 1100010 | 100010 | 0 | 0 | 11001001 | 1100011 | 110011 |
Color Harmonies of #05A7FE
Complementary color
Monochromatic Colors of #05A7FE
Black with #05A7FE
Text Example
Text Example
White with #05A7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A7FE; }
p { color: rgb(5,167,254); }
H1.HeaderClassName
{
color: #05A7FE;
}
.AnyTagClassName
{
color: #05A7FE;
}
</style>
background-color css
<style>
a { background-color: #05A7FE; }
a { background-color: rgb(5,167,254); }
div.DivClassName
{
background-color: #05A7FE;
}
.BgClassName
{
background-color: #05A7FE;
}
</style>
border-color css
<style>
span { border-color: #05A7FE; }
span { border-color: rgb(5,167,254); }
td.TdClassName
{
border-color: #05A7FE;
}
.TagClassName
{
border-color: #05A7FE;
}
</style>