Shades of Powder Blue #ABE1E6
Tints of Powder Blue #ABE1E6
RGB
CMYK
RGB Variations
Color information
#ABE1E6 (or 0xABE1E6) is known color: Powder Blue. HEX triplet: AB, E1 and E6. RGB value is (171,225,230). Sum of RGB (Red+Green+Blue) = 171+225+230=626 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.32% from 626); Green value is 225 (88.28% from 255 or 35.94% from 626); Blue value is 230 (90.23% from 255 or 36.74% from 626); Max value from RGB is 230 - color contains mainly: blue. Hex color #ABE1E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE1E6 is #541E19. Grayscale: #D1D1D1. Windows color (decimal): -5512730 or 15131051. OLE color: 15131051.
HSL color Cylindrical-coordinate representation of color #ABE1E6: hue angle of 185.08º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABE1E6 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 225 | 230 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.10 |
| HSL | 185.08º | 0.54% | 0.79% | - |
| HSV(B) | 185.08º | 0.26% | 0.9% | - |
| XYZ | 58 | 68.22 | 84.97 | - |
| YUV | 209.42 | 139.61 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 225 | 230 | 0.26 | 0.02 | 0 | 0.10 | 185.08 | 0.54 | 0.79 |
| Hex | AB | E1 | E6 | 1A | 2 | 0 | A | B9 | 36 | 4F |
| Octal | 253 | 341 | 346 | 32 | 2 | 0 | 12 | 271 | 66 | 117 |
| Binary | 10101011 | 11100001 | 11100110 | 11010 | 10 | 0 | 1010 | 10111001 | 110110 | 1001111 |
Color Harmonies of #ABE1E6
Complementary color
Monochromatic Colors of #ABE1E6
Black with #ABE1E6
Text Example
Text Example
White with #ABE1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE1E6; }
p { color: rgb(171,225,230); }
H1.HeaderClassName
{
color: #ABE1E6;
}
.AnyTagClassName
{
color: #ABE1E6;
}
</style>
background-color css
<style>
a { background-color: #ABE1E6; }
a { background-color: rgb(171,225,230); }
div.DivClassName
{
background-color: #ABE1E6;
}
.BgClassName
{
background-color: #ABE1E6;
}
</style>
border-color css
<style>
span { border-color: #ABE1E6; }
span { border-color: rgb(171,225,230); }
td.TdClassName
{
border-color: #ABE1E6;
}
.TagClassName
{
border-color: #ABE1E6;
}
</style>