Shades of Powder Blue #ABE1E5
Tints of Powder Blue #ABE1E5
RGB
CMYK
RGB Variations
Color information
#ABE1E5 (or 0xABE1E5) is known color: Powder Blue. HEX triplet: AB, E1 and E5. RGB value is (171,225,229). Sum of RGB (Red+Green+Blue) = 171+225+229=625 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.36% from 625); Green value is 225 (88.28% from 255 or 36% from 625); Blue value is 229 (89.84% from 255 or 36.64% from 625); Max value from RGB is 229 - color contains mainly: blue. Hex color #ABE1E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE1E5 is #541E1A. Grayscale: #D1D1D1. Windows color (decimal): -5512731 or 15065515. OLE color: 15065515.
HSL color Cylindrical-coordinate representation of color #ABE1E5: hue angle of 184.14º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABE1E5 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 225 | 229 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.10 |
| HSL | 184.14º | 0.53% | 0.78% | - |
| HSV(B) | 184.14º | 0.25% | 0.9% | - |
| XYZ | 57.86 | 68.17 | 84.24 | - |
| YUV | 209.31 | 139.11 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 225 | 229 | 0.25 | 0.02 | 0 | 0.10 | 184.14 | 0.53 | 0.78 |
| Hex | AB | E1 | E5 | 19 | 2 | 0 | A | B8 | 35 | 4E |
| Octal | 253 | 341 | 345 | 31 | 2 | 0 | 12 | 270 | 65 | 116 |
| Binary | 10101011 | 11100001 | 11100101 | 11001 | 10 | 0 | 1010 | 10111000 | 110101 | 1001110 |
Color Harmonies of #ABE1E5
Complementary color
Monochromatic Colors of #ABE1E5
Black with #ABE1E5
Text Example
Text Example
White with #ABE1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE1E5; }
p { color: rgb(171,225,229); }
H1.HeaderClassName
{
color: #ABE1E5;
}
.AnyTagClassName
{
color: #ABE1E5;
}
</style>
background-color css
<style>
a { background-color: #ABE1E5; }
a { background-color: rgb(171,225,229); }
div.DivClassName
{
background-color: #ABE1E5;
}
.BgClassName
{
background-color: #ABE1E5;
}
</style>
border-color css
<style>
span { border-color: #ABE1E5; }
span { border-color: rgb(171,225,229); }
td.TdClassName
{
border-color: #ABE1E5;
}
.TagClassName
{
border-color: #ABE1E5;
}
</style>