Shades of Powder Blue #ABE0E7
Tints of Powder Blue #ABE0E7
RGB
CMYK
RGB Variations
Color information
#ABE0E7 (or 0xABE0E7) is known color: Powder Blue. HEX triplet: AB, E0 and E7. RGB value is (171,224,231). Sum of RGB (Red+Green+Blue) = 171+224+231=626 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.32% from 626); Green value is 224 (87.89% from 255 or 35.78% from 626); Blue value is 231 (90.62% from 255 or 36.90% from 626); Max value from RGB is 231 - color contains mainly: blue. Hex color #ABE0E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE0E7 is #541F18. Grayscale: #D0D0D0. Windows color (decimal): -5512985 or 15196331. OLE color: 15196331.
HSL color Cylindrical-coordinate representation of color #ABE0E7: hue angle of 187º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABE0E7 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 224 | 231 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.09 |
| HSL | 187º | 0.56% | 0.79% | - |
| HSV(B) | 187º | 0.26% | 0.91% | - |
| XYZ | 57.87 | 67.74 | 85.63 | - |
| YUV | 208.95 | 140.44 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 224 | 231 | 0.26 | 0.03 | 0 | 0.09 | 187 | 0.56 | 0.79 |
| Hex | AB | E0 | E7 | 1A | 3 | 0 | 9 | BB | 38 | 4F |
| Octal | 253 | 340 | 347 | 32 | 3 | 0 | 11 | 273 | 70 | 117 |
| Binary | 10101011 | 11100000 | 11100111 | 11010 | 11 | 0 | 1001 | 10111011 | 111000 | 1001111 |
Color Harmonies of #ABE0E7
Complementary color
Monochromatic Colors of #ABE0E7
Black with #ABE0E7
Text Example
Text Example
White with #ABE0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE0E7; }
p { color: rgb(171,224,231); }
H1.HeaderClassName
{
color: #ABE0E7;
}
.AnyTagClassName
{
color: #ABE0E7;
}
</style>
background-color css
<style>
a { background-color: #ABE0E7; }
a { background-color: rgb(171,224,231); }
div.DivClassName
{
background-color: #ABE0E7;
}
.BgClassName
{
background-color: #ABE0E7;
}
</style>
border-color css
<style>
span { border-color: #ABE0E7; }
span { border-color: rgb(171,224,231); }
td.TdClassName
{
border-color: #ABE0E7;
}
.TagClassName
{
border-color: #ABE0E7;
}
</style>