Shades of Deep Sky Blue #00ABEB
Tints of Deep Sky Blue #00ABEB
RGB
CMYK
RGB Variations
Color information
#00ABEB (or 0x00ABEB) is known color: Deep Sky Blue. HEX triplet: 00, AB and EB. RGB value is (0,171,235). Sum of RGB (Red+Green+Blue) = 0+171+235=406 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 235 (92.19% from 255 or 57.88% from 406); Max value from RGB is 235 - color contains mainly: blue. Hex color #00ABEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00ABEB is #FF5414. Grayscale: #7E7E7E. Windows color (decimal): -16733205 or 15444736. OLE color: 15444736.
HSL color Cylindrical-coordinate representation of color #00ABEB: hue angle of 196.34º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ABEB is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 171 | 235 | - |
| CMYK | 1 | 0.27 | 0 | 0.08 |
| HSL | 196.34º | 1% | 0.46% | - |
| HSV(B) | 196.34º | 1% | 0.92% | - |
| XYZ | 29.56 | 35.12 | 83.82 | - |
| YUV | 127.17 | 188.85 | 37.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 171 | 235 | 1 | 0.27 | 0 | 0.08 | 196.34 | 1 | 0.46 |
| Hex | 0 | AB | EB | 64 | 1B | 0 | 8 | C4 | 64 | 2E |
| Octal | 0 | 253 | 353 | 144 | 33 | 0 | 10 | 304 | 144 | 56 |
| Binary | 0 | 10101011 | 11101011 | 1100100 | 11011 | 0 | 1000 | 11000100 | 1100100 | 101110 |
Color Harmonies of #00ABEB
Complementary color
Monochromatic Colors of #00ABEB
Black with #00ABEB
Text Example
Text Example
White with #00ABEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ABEB; }
p { color: rgb(0,171,235); }
H1.HeaderClassName
{
color: #00ABEB;
}
.AnyTagClassName
{
color: #00ABEB;
}
</style>
background-color css
<style>
a { background-color: #00ABEB; }
a { background-color: rgb(0,171,235); }
div.DivClassName
{
background-color: #00ABEB;
}
.BgClassName
{
background-color: #00ABEB;
}
</style>
border-color css
<style>
span { border-color: #00ABEB; }
span { border-color: rgb(0,171,235); }
td.TdClassName
{
border-color: #00ABEB;
}
.TagClassName
{
border-color: #00ABEB;
}
</style>