Shades of Deep Sky Blue #05A6FF
Tints of Deep Sky Blue #05A6FF
RGB
CMYK
RGB Variations
Color information
#05A6FF (or 0x05A6FF) is known color: Deep Sky Blue. HEX triplet: 05, A6 and FF. RGB value is (5,166,255). Sum of RGB (Red+Green+Blue) = 5+166+255=426 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.17% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #05A6FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05A6FF is #FA5900. Grayscale: #7F7F7F. Windows color (decimal): -16406785 or 16754181. OLE color: 16754181.
HSL color Cylindrical-coordinate representation of color #05A6FF: hue angle of 201.36º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05A6FF is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 166 | 255 | - |
| CMYK | 0.98 | 0.35 | 0 | 0 |
| HSL | 201.36º | 1% | 0.51% | - |
| HSV(B) | 201.36º | 0.98% | 1% | - |
| XYZ | 31.75 | 34.52 | 99.6 | - |
| YUV | 128.01 | 199.66 | 40.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 166 | 255 | 0.98 | 0.35 | 0 | 0 | 201.36 | 1 | 0.51 |
| Hex | 5 | A6 | FF | 62 | 23 | 0 | 0 | C9 | 64 | 33 |
| Octal | 5 | 246 | 377 | 142 | 43 | 0 | 0 | 311 | 144 | 63 |
| Binary | 101 | 10100110 | 11111111 | 1100010 | 100011 | 0 | 0 | 11001001 | 1100100 | 110011 |
Color Harmonies of #05A6FF
Complementary color
Monochromatic Colors of #05A6FF
Black with #05A6FF
Text Example
Text Example
White with #05A6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A6FF; }
p { color: rgb(5,166,255); }
H1.HeaderClassName
{
color: #05A6FF;
}
.AnyTagClassName
{
color: #05A6FF;
}
</style>
background-color css
<style>
a { background-color: #05A6FF; }
a { background-color: rgb(5,166,255); }
div.DivClassName
{
background-color: #05A6FF;
}
.BgClassName
{
background-color: #05A6FF;
}
</style>
border-color css
<style>
span { border-color: #05A6FF; }
span { border-color: rgb(5,166,255); }
td.TdClassName
{
border-color: #05A6FF;
}
.TagClassName
{
border-color: #05A6FF;
}
</style>