Shades of Deep Sky Blue #01ADFF
Tints of Deep Sky Blue #01ADFF
RGB
CMYK
RGB Variations
Color information
#01ADFF (or 0x01ADFF) is known color: Deep Sky Blue. HEX triplet: 01, AD and FF. RGB value is (1,173,255). Sum of RGB (Red+Green+Blue) = 1+173+255=429 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #01ADFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01ADFF is #FE5200. Grayscale: #828282. Windows color (decimal): -16667137 or 16755969. OLE color: 16755969.
HSL color Cylindrical-coordinate representation of color #01ADFF: hue angle of 199.37º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ADFF is Cyan = 1.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 173 | 255 | - |
| CMYK | 1.00 | 0.32 | 0 | 0 |
| HSL | 199.37º | 1% | 0.5% | - |
| HSV(B) | 199.37º | 1% | 1% | - |
| XYZ | 33.01 | 37.11 | 100.03 | - |
| YUV | 130.92 | 198.02 | 35.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 173 | 255 | 1.00 | 0.32 | 0 | 0 | 199.37 | 1 | 0.5 |
| Hex | 1 | AD | FF | 64 | 20 | 0 | 0 | C7 | 64 | 32 |
| Octal | 1 | 255 | 377 | 144 | 40 | 0 | 0 | 307 | 144 | 62 |
| Binary | 1 | 10101101 | 11111111 | 1100100 | 100000 | 0 | 0 | 11000111 | 1100100 | 110010 |
Color Harmonies of #01ADFF
Complementary color
Monochromatic Colors of #01ADFF
Black with #01ADFF
Text Example
Text Example
White with #01ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ADFF; }
p { color: rgb(1,173,255); }
H1.HeaderClassName
{
color: #01ADFF;
}
.AnyTagClassName
{
color: #01ADFF;
}
</style>
background-color css
<style>
a { background-color: #01ADFF; }
a { background-color: rgb(1,173,255); }
div.DivClassName
{
background-color: #01ADFF;
}
.BgClassName
{
background-color: #01ADFF;
}
</style>
border-color css
<style>
span { border-color: #01ADFF; }
span { border-color: rgb(1,173,255); }
td.TdClassName
{
border-color: #01ADFF;
}
.TagClassName
{
border-color: #01ADFF;
}
</style>