Shades of Deep Sky Blue #05ADFF
Tints of Deep Sky Blue #05ADFF
RGB
CMYK
RGB Variations
Color information
#05ADFF (or 0x05ADFF) is known color: Deep Sky Blue. HEX triplet: 05, AD and FF. RGB value is (5,173,255). Sum of RGB (Red+Green+Blue) = 5+173+255=433 (57% of max value = 765). Red value is 5 (2.34% from 255 or 1.15% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #05ADFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05ADFF is #FA5200. Grayscale: #838383. Windows color (decimal): -16404993 or 16755973. OLE color: 16755973.
HSL color Cylindrical-coordinate representation of color #05ADFF: hue angle of 199.68º 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 #05ADFF is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 173 | 255 | - |
| CMYK | 0.98 | 0.32 | 0 | 0 |
| HSL | 199.68º | 1% | 0.51% | - |
| HSV(B) | 199.68º | 0.98% | 1% | - |
| XYZ | 33.06 | 37.14 | 100.03 | - |
| YUV | 132.12 | 197.34 | 37.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 173 | 255 | 0.98 | 0.32 | 0 | 0 | 199.68 | 1 | 0.51 |
| Hex | 5 | AD | FF | 62 | 20 | 0 | 0 | C8 | 64 | 33 |
| Octal | 5 | 255 | 377 | 142 | 40 | 0 | 0 | 310 | 144 | 63 |
| Binary | 101 | 10101101 | 11111111 | 1100010 | 100000 | 0 | 0 | 11001000 | 1100100 | 110011 |
Color Harmonies of #05ADFF
Complementary color
Monochromatic Colors of #05ADFF
Black with #05ADFF
Text Example
Text Example
White with #05ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05ADFF; }
p { color: rgb(5,173,255); }
H1.HeaderClassName
{
color: #05ADFF;
}
.AnyTagClassName
{
color: #05ADFF;
}
</style>
background-color css
<style>
a { background-color: #05ADFF; }
a { background-color: rgb(5,173,255); }
div.DivClassName
{
background-color: #05ADFF;
}
.BgClassName
{
background-color: #05ADFF;
}
</style>
border-color css
<style>
span { border-color: #05ADFF; }
span { border-color: rgb(5,173,255); }
td.TdClassName
{
border-color: #05ADFF;
}
.TagClassName
{
border-color: #05ADFF;
}
</style>