Shades of Powder Blue #ABE2E0
Tints of Powder Blue #ABE2E0
RGB
CMYK
RGB Variations
Color information
#ABE2E0 (or 0xABE2E0) is known color: Powder Blue. HEX triplet: AB, E2 and E0. RGB value is (171,226,224). Sum of RGB (Red+Green+Blue) = 171+226+224=621 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.54% from 621); Green value is 226 (88.67% from 255 or 36.39% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE2E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE2E0 is #541D1F. Grayscale: #D1D1D1. Windows color (decimal): -5512480 or 14738091. OLE color: 14738091.
HSL color Cylindrical-coordinate representation of color #ABE2E0: hue angle of 177.82º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABE2E0 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 226 | 224 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.11 |
| HSL | 177.82º | 0.49% | 0.78% | - |
| HSV(B) | 177.82º | 0.24% | 0.89% | - |
| XYZ | 57.45 | 68.43 | 80.7 | - |
| YUV | 209.33 | 136.28 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 226 | 224 | 0.24 | 0 | 0.01 | 0.11 | 177.82 | 0.49 | 0.78 |
| Hex | AB | E2 | E0 | 18 | 0 | 1 | B | B2 | 31 | 4E |
| Octal | 253 | 342 | 340 | 30 | 0 | 1 | 13 | 262 | 61 | 116 |
| Binary | 10101011 | 11100010 | 11100000 | 11000 | 0 | 1 | 1011 | 10110010 | 110001 | 1001110 |
Color Harmonies of #ABE2E0
Complementary color
Monochromatic Colors of #ABE2E0
Black with #ABE2E0
Text Example
Text Example
White with #ABE2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE2E0; }
p { color: rgb(171,226,224); }
H1.HeaderClassName
{
color: #ABE2E0;
}
.AnyTagClassName
{
color: #ABE2E0;
}
</style>
background-color css
<style>
a { background-color: #ABE2E0; }
a { background-color: rgb(171,226,224); }
div.DivClassName
{
background-color: #ABE2E0;
}
.BgClassName
{
background-color: #ABE2E0;
}
</style>
border-color css
<style>
span { border-color: #ABE2E0; }
span { border-color: rgb(171,226,224); }
td.TdClassName
{
border-color: #ABE2E0;
}
.TagClassName
{
border-color: #ABE2E0;
}
</style>