Shades of Deep Sky Blue #00ABF2
Tints of Deep Sky Blue #00ABF2
RGB
CMYK
RGB Variations
Color information
#00ABF2 (or 0x00ABF2) is known color: Deep Sky Blue. HEX triplet: 00, AB and F2. RGB value is (0,171,242). Sum of RGB (Red+Green+Blue) = 0+171+242=413 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 242 (94.92% from 255 or 58.60% from 413); Max value from RGB is 242 - color contains mainly: blue. Hex color #00ABF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00ABF2 is #FF540D. Grayscale: #7F7F7F. Windows color (decimal): -16733198 or 15903488. OLE color: 15903488.
HSL color Cylindrical-coordinate representation of color #00ABF2: hue angle of 197.6º 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 #00ABF2 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 171 | 242 | - |
| CMYK | 1 | 0.29 | 0 | 0.05 |
| HSL | 197.6º | 1% | 0.47% | - |
| HSV(B) | 197.6º | 1% | 0.95% | - |
| XYZ | 30.59 | 35.54 | 89.25 | - |
| YUV | 127.97 | 192.35 | 36.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 171 | 242 | 1 | 0.29 | 0 | 0.05 | 197.6 | 1 | 0.47 |
| Hex | 0 | AB | F2 | 64 | 1D | 0 | 5 | C6 | 64 | 2F |
| Octal | 0 | 253 | 362 | 144 | 35 | 0 | 5 | 306 | 144 | 57 |
| Binary | 0 | 10101011 | 11110010 | 1100100 | 11101 | 0 | 101 | 11000110 | 1100100 | 101111 |
Color Harmonies of #00ABF2
Complementary color
Monochromatic Colors of #00ABF2
Black with #00ABF2
Text Example
Text Example
White with #00ABF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ABF2; }
p { color: rgb(0,171,242); }
H1.HeaderClassName
{
color: #00ABF2;
}
.AnyTagClassName
{
color: #00ABF2;
}
</style>
background-color css
<style>
a { background-color: #00ABF2; }
a { background-color: rgb(0,171,242); }
div.DivClassName
{
background-color: #00ABF2;
}
.BgClassName
{
background-color: #00ABF2;
}
</style>
border-color css
<style>
span { border-color: #00ABF2; }
span { border-color: rgb(0,171,242); }
td.TdClassName
{
border-color: #00ABF2;
}
.TagClassName
{
border-color: #00ABF2;
}
</style>