Shades of Deep Sky Blue #00ABE6
Tints of Deep Sky Blue #00ABE6
RGB
CMYK
RGB Variations
Color information
#00ABE6 (or 0x00ABE6) is known color: Deep Sky Blue. HEX triplet: 00, AB and E6. RGB value is (0,171,230). Sum of RGB (Red+Green+Blue) = 0+171+230=401 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 230 (90.23% from 255 or 57.36% from 401); Max value from RGB is 230 - color contains mainly: blue. Hex color #00ABE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00ABE6 is #FF5419. Grayscale: #7E7E7E. Windows color (decimal): -16733210 or 15117056. OLE color: 15117056.
HSL color Cylindrical-coordinate representation of color #00ABE6: hue angle of 195.39º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ABE6 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 171 | 230 | - |
| CMYK | 1 | 0.26 | 0 | 0.10 |
| HSL | 195.39º | 1% | 0.45% | - |
| HSV(B) | 195.39º | 1% | 0.9% | - |
| XYZ | 28.85 | 34.84 | 80.07 | - |
| YUV | 126.6 | 186.35 | 37.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 171 | 230 | 1 | 0.26 | 0 | 0.10 | 195.39 | 1 | 0.45 |
| Hex | 0 | AB | E6 | 64 | 1A | 0 | A | C3 | 64 | 2D |
| Octal | 0 | 253 | 346 | 144 | 32 | 0 | 12 | 303 | 144 | 55 |
| Binary | 0 | 10101011 | 11100110 | 1100100 | 11010 | 0 | 1010 | 11000011 | 1100100 | 101101 |
Color Harmonies of #00ABE6
Complementary color
Monochromatic Colors of #00ABE6
Black with #00ABE6
Text Example
Text Example
White with #00ABE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ABE6; }
p { color: rgb(0,171,230); }
H1.HeaderClassName
{
color: #00ABE6;
}
.AnyTagClassName
{
color: #00ABE6;
}
</style>
background-color css
<style>
a { background-color: #00ABE6; }
a { background-color: rgb(0,171,230); }
div.DivClassName
{
background-color: #00ABE6;
}
.BgClassName
{
background-color: #00ABE6;
}
</style>
border-color css
<style>
span { border-color: #00ABE6; }
span { border-color: rgb(0,171,230); }
td.TdClassName
{
border-color: #00ABE6;
}
.TagClassName
{
border-color: #00ABE6;
}
</style>