Shades of Deep Sky Blue #05A6FE
Tints of Deep Sky Blue #05A6FE
RGB
CMYK
RGB Variations
Color information
#05A6FE (or 0x05A6FE) is known color: Deep Sky Blue. HEX triplet: 05, A6 and FE. RGB value is (5,166,254). Sum of RGB (Red+Green+Blue) = 5+166+254=425 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.18% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 254 (99.61% from 255 or 59.76% from 425); Max value from RGB is 254 - color contains mainly: blue. Hex color #05A6FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05A6FE is #FA5901. Grayscale: #7F7F7F. Windows color (decimal): -16406786 or 16688645. OLE color: 16688645.
HSL color Cylindrical-coordinate representation of color #05A6FE: hue angle of 201.2º 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 #05A6FE is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 166 | 254 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.00 |
| HSL | 201.2º | 0.99% | 0.51% | - |
| HSV(B) | 201.2º | 0.98% | 1% | - |
| XYZ | 31.59 | 34.46 | 98.75 | - |
| YUV | 127.89 | 199.16 | 40.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 166 | 254 | 0.98 | 0.35 | 0 | 0.00 | 201.2 | 0.99 | 0.51 |
| Hex | 5 | A6 | FE | 62 | 23 | 0 | 0 | C9 | 63 | 33 |
| Octal | 5 | 246 | 376 | 142 | 43 | 0 | 0 | 311 | 143 | 63 |
| Binary | 101 | 10100110 | 11111110 | 1100010 | 100011 | 0 | 0 | 11001001 | 1100011 | 110011 |
Color Harmonies of #05A6FE
Complementary color
Monochromatic Colors of #05A6FE
Black with #05A6FE
Text Example
Text Example
White with #05A6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A6FE; }
p { color: rgb(5,166,254); }
H1.HeaderClassName
{
color: #05A6FE;
}
.AnyTagClassName
{
color: #05A6FE;
}
</style>
background-color css
<style>
a { background-color: #05A6FE; }
a { background-color: rgb(5,166,254); }
div.DivClassName
{
background-color: #05A6FE;
}
.BgClassName
{
background-color: #05A6FE;
}
</style>
border-color css
<style>
span { border-color: #05A6FE; }
span { border-color: rgb(5,166,254); }
td.TdClassName
{
border-color: #05A6FE;
}
.TagClassName
{
border-color: #05A6FE;
}
</style>