Shades of Deep Sky Blue #01ABFF
Tints of Deep Sky Blue #01ABFF
RGB
CMYK
RGB Variations
Color information
#01ABFF (or 0x01ABFF) is known color: Deep Sky Blue. HEX triplet: 01, AB and FF. RGB value is (1,171,255). Sum of RGB (Red+Green+Blue) = 1+171+255=427 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #01ABFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01ABFF is #FE5400. Grayscale: #818181. Windows color (decimal): -16667649 or 16755457. OLE color: 16755457.
HSL color Cylindrical-coordinate representation of color #01ABFF: hue angle of 199.84º 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 #01ABFF is Cyan = 1.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 171 | 255 | - |
| CMYK | 1.00 | 0.33 | 0 | 0 |
| HSL | 199.84º | 1% | 0.5% | - |
| HSV(B) | 199.84º | 1% | 1% | - |
| XYZ | 32.63 | 36.35 | 99.9 | - |
| YUV | 129.75 | 198.68 | 36.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 171 | 255 | 1.00 | 0.33 | 0 | 0 | 199.84 | 1 | 0.5 |
| Hex | 1 | AB | FF | 64 | 21 | 0 | 0 | C8 | 64 | 32 |
| Octal | 1 | 253 | 377 | 144 | 41 | 0 | 0 | 310 | 144 | 62 |
| Binary | 1 | 10101011 | 11111111 | 1100100 | 100001 | 0 | 0 | 11001000 | 1100100 | 110010 |
Color Harmonies of #01ABFF
Complementary color
Monochromatic Colors of #01ABFF
Black with #01ABFF
Text Example
Text Example
White with #01ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ABFF; }
p { color: rgb(1,171,255); }
H1.HeaderClassName
{
color: #01ABFF;
}
.AnyTagClassName
{
color: #01ABFF;
}
</style>
background-color css
<style>
a { background-color: #01ABFF; }
a { background-color: rgb(1,171,255); }
div.DivClassName
{
background-color: #01ABFF;
}
.BgClassName
{
background-color: #01ABFF;
}
</style>
border-color css
<style>
span { border-color: #01ABFF; }
span { border-color: rgb(1,171,255); }
td.TdClassName
{
border-color: #01ABFF;
}
.TagClassName
{
border-color: #01ABFF;
}
</style>