Shades of Deep Sky Blue #00ABF1
Tints of Deep Sky Blue #00ABF1
RGB
CMYK
RGB Variations
Color information
#00ABF1 (or 0x00ABF1) is known color: Deep Sky Blue. HEX triplet: 00, AB and F1. RGB value is (0,171,241). Sum of RGB (Red+Green+Blue) = 0+171+241=412 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 241 (94.53% from 255 or 58.50% from 412); Max value from RGB is 241 - color contains mainly: blue. Hex color #00ABF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00ABF1 is #FF540E. Grayscale: #7F7F7F. Windows color (decimal): -16733199 or 15837952. OLE color: 15837952.
HSL color Cylindrical-coordinate representation of color #00ABF1: hue angle of 197.43º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ABF1 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 171 | 241 | - |
| CMYK | 1 | 0.29 | 0 | 0.05 |
| HSL | 197.43º | 1% | 0.47% | - |
| HSV(B) | 197.43º | 1% | 0.95% | - |
| XYZ | 30.44 | 35.48 | 88.46 | - |
| YUV | 127.85 | 191.85 | 36.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 171 | 241 | 1 | 0.29 | 0 | 0.05 | 197.43 | 1 | 0.47 |
| Hex | 0 | AB | F1 | 64 | 1D | 0 | 5 | C5 | 64 | 2F |
| Octal | 0 | 253 | 361 | 144 | 35 | 0 | 5 | 305 | 144 | 57 |
| Binary | 0 | 10101011 | 11110001 | 1100100 | 11101 | 0 | 101 | 11000101 | 1100100 | 101111 |
Color Harmonies of #00ABF1
Complementary color
Monochromatic Colors of #00ABF1
Black with #00ABF1
Text Example
Text Example
White with #00ABF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ABF1; }
p { color: rgb(0,171,241); }
H1.HeaderClassName
{
color: #00ABF1;
}
.AnyTagClassName
{
color: #00ABF1;
}
</style>
background-color css
<style>
a { background-color: #00ABF1; }
a { background-color: rgb(0,171,241); }
div.DivClassName
{
background-color: #00ABF1;
}
.BgClassName
{
background-color: #00ABF1;
}
</style>
border-color css
<style>
span { border-color: #00ABF1; }
span { border-color: rgb(0,171,241); }
td.TdClassName
{
border-color: #00ABF1;
}
.TagClassName
{
border-color: #00ABF1;
}
</style>