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