Shades of Powder Blue #ABE1EA
Tints of Powder Blue #ABE1EA
RGB
CMYK
RGB Variations
Color information
#ABE1EA (or 0xABE1EA) is known color: Powder Blue. HEX triplet: AB, E1 and EA. RGB value is (171,225,234). Sum of RGB (Red+Green+Blue) = 171+225+234=630 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.14% from 630); Green value is 225 (88.28% from 255 or 35.71% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #ABE1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE1EA is #541E15. Grayscale: #D1D1D1. Windows color (decimal): -5512726 or 15393195. OLE color: 15393195.
HSL color Cylindrical-coordinate representation of color #ABE1EA: hue angle of 188.57º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABE1EA is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 225 | 234 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.08 |
| HSL | 188.57º | 0.6% | 0.79% | - |
| HSV(B) | 188.57º | 0.27% | 0.92% | - |
| XYZ | 58.57 | 68.45 | 87.97 | - |
| YUV | 209.88 | 141.61 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 225 | 234 | 0.27 | 0.04 | 0 | 0.08 | 188.57 | 0.6 | 0.79 |
| Hex | AB | E1 | EA | 1B | 4 | 0 | 8 | BD | 3C | 4F |
| Octal | 253 | 341 | 352 | 33 | 4 | 0 | 10 | 275 | 74 | 117 |
| Binary | 10101011 | 11100001 | 11101010 | 11011 | 100 | 0 | 1000 | 10111101 | 111100 | 1001111 |
Color Harmonies of #ABE1EA
Complementary color
Monochromatic Colors of #ABE1EA
Black with #ABE1EA
Text Example
Text Example
White with #ABE1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE1EA; }
p { color: rgb(171,225,234); }
H1.HeaderClassName
{
color: #ABE1EA;
}
.AnyTagClassName
{
color: #ABE1EA;
}
</style>
background-color css
<style>
a { background-color: #ABE1EA; }
a { background-color: rgb(171,225,234); }
div.DivClassName
{
background-color: #ABE1EA;
}
.BgClassName
{
background-color: #ABE1EA;
}
</style>
border-color css
<style>
span { border-color: #ABE1EA; }
span { border-color: rgb(171,225,234); }
td.TdClassName
{
border-color: #ABE1EA;
}
.TagClassName
{
border-color: #ABE1EA;
}
</style>