Shades of Deep Sky Blue #01ABFE
Tints of Deep Sky Blue #01ABFE
RGB
CMYK
RGB Variations
Color information
#01ABFE (or 0x01ABFE) is known color: Deep Sky Blue. HEX triplet: 01, AB and FE. RGB value is (1,171,254). Sum of RGB (Red+Green+Blue) = 1+171+254=426 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #01ABFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01ABFE is #FE5401. Grayscale: #818181. Windows color (decimal): -16667650 or 16689921. OLE color: 16689921.
HSL color Cylindrical-coordinate representation of color #01ABFE: hue angle of 199.68º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ABFE is Cyan = 1.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 171 | 254 | - |
| CMYK | 1.00 | 0.33 | 0 | 0.00 |
| HSL | 199.68º | 0.99% | 0.5% | - |
| HSV(B) | 199.68º | 1% | 1% | - |
| XYZ | 32.46 | 36.29 | 99.06 | - |
| YUV | 129.63 | 198.18 | 36.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 171 | 254 | 1.00 | 0.33 | 0 | 0.00 | 199.68 | 0.99 | 0.5 |
| Hex | 1 | AB | FE | 64 | 21 | 0 | 0 | C8 | 63 | 32 |
| Octal | 1 | 253 | 376 | 144 | 41 | 0 | 0 | 310 | 143 | 62 |
| Binary | 1 | 10101011 | 11111110 | 1100100 | 100001 | 0 | 0 | 11001000 | 1100011 | 110010 |
Color Harmonies of #01ABFE
Complementary color
Monochromatic Colors of #01ABFE
Black with #01ABFE
Text Example
Text Example
White with #01ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ABFE; }
p { color: rgb(1,171,254); }
H1.HeaderClassName
{
color: #01ABFE;
}
.AnyTagClassName
{
color: #01ABFE;
}
</style>
background-color css
<style>
a { background-color: #01ABFE; }
a { background-color: rgb(1,171,254); }
div.DivClassName
{
background-color: #01ABFE;
}
.BgClassName
{
background-color: #01ABFE;
}
</style>
border-color css
<style>
span { border-color: #01ABFE; }
span { border-color: rgb(1,171,254); }
td.TdClassName
{
border-color: #01ABFE;
}
.TagClassName
{
border-color: #01ABFE;
}
</style>