Shades of Deep Sky Blue #01ABEF
Tints of Deep Sky Blue #01ABEF
RGB
CMYK
RGB Variations
Color information
#01ABEF (or 0x01ABEF) is known color: Deep Sky Blue. HEX triplet: 01, AB and EF. RGB value is (1,171,239). Sum of RGB (Red+Green+Blue) = 1+171+239=411 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 239 (93.75% from 255 or 58.15% from 411); Max value from RGB is 239 - color contains mainly: blue. Hex color #01ABEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01ABEF is #FE5410. Grayscale: #7F7F7F. Windows color (decimal): -16667665 or 15706881. OLE color: 15706881.
HSL color Cylindrical-coordinate representation of color #01ABEF: hue angle of 197.14º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ABEF is Cyan = 1.00, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 171 | 239 | - |
| CMYK | 1.00 | 0.28 | 0 | 0.06 |
| HSL | 197.14º | 0.99% | 0.47% | - |
| HSV(B) | 197.14º | 1% | 0.94% | - |
| XYZ | 30.16 | 35.36 | 86.9 | - |
| YUV | 127.92 | 190.68 | 37.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 171 | 239 | 1.00 | 0.28 | 0 | 0.06 | 197.14 | 0.99 | 0.47 |
| Hex | 1 | AB | EF | 64 | 1C | 0 | 6 | C5 | 63 | 2F |
| Octal | 1 | 253 | 357 | 144 | 34 | 0 | 6 | 305 | 143 | 57 |
| Binary | 1 | 10101011 | 11101111 | 1100100 | 11100 | 0 | 110 | 11000101 | 1100011 | 101111 |
Color Harmonies of #01ABEF
Complementary color
Monochromatic Colors of #01ABEF
Black with #01ABEF
Text Example
Text Example
White with #01ABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ABEF; }
p { color: rgb(1,171,239); }
H1.HeaderClassName
{
color: #01ABEF;
}
.AnyTagClassName
{
color: #01ABEF;
}
</style>
background-color css
<style>
a { background-color: #01ABEF; }
a { background-color: rgb(1,171,239); }
div.DivClassName
{
background-color: #01ABEF;
}
.BgClassName
{
background-color: #01ABEF;
}
</style>
border-color css
<style>
span { border-color: #01ABEF; }
span { border-color: rgb(1,171,239); }
td.TdClassName
{
border-color: #01ABEF;
}
.TagClassName
{
border-color: #01ABEF;
}
</style>