Shades of Powder Blue #ABDDE6
Tints of Powder Blue #ABDDE6
RGB
CMYK
RGB Variations
Color information
#ABDDE6 (or 0xABDDE6) is known color: Powder Blue. HEX triplet: AB, DD and E6. RGB value is (171,221,230). Sum of RGB (Red+Green+Blue) = 171+221+230=622 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.49% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 230 (90.23% from 255 or 36.98% from 622); Max value from RGB is 230 - color contains mainly: blue. Hex color #ABDDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDDE6 is #542219. Grayscale: #CECECE. Windows color (decimal): -5513754 or 15130027. OLE color: 15130027.
HSL color Cylindrical-coordinate representation of color #ABDDE6: hue angle of 189.15º 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 #ABDDE6 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 221 | 230 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.10 |
| HSL | 189.15º | 0.54% | 0.79% | - |
| HSV(B) | 189.15º | 0.26% | 0.9% | - |
| XYZ | 56.93 | 66.08 | 84.62 | - |
| YUV | 207.08 | 140.94 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 230 | 0.26 | 0.04 | 0 | 0.10 | 189.15 | 0.54 | 0.79 |
| Hex | AB | DD | E6 | 1A | 4 | 0 | A | BD | 36 | 4F |
| Octal | 253 | 335 | 346 | 32 | 4 | 0 | 12 | 275 | 66 | 117 |
| Binary | 10101011 | 11011101 | 11100110 | 11010 | 100 | 0 | 1010 | 10111101 | 110110 | 1001111 |
Color Harmonies of #ABDDE6
Complementary color
Monochromatic Colors of #ABDDE6
Black with #ABDDE6
Text Example
Text Example
White with #ABDDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDDE6; }
p { color: rgb(171,221,230); }
H1.HeaderClassName
{
color: #ABDDE6;
}
.AnyTagClassName
{
color: #ABDDE6;
}
</style>
background-color css
<style>
a { background-color: #ABDDE6; }
a { background-color: rgb(171,221,230); }
div.DivClassName
{
background-color: #ABDDE6;
}
.BgClassName
{
background-color: #ABDDE6;
}
</style>
border-color css
<style>
span { border-color: #ABDDE6; }
span { border-color: rgb(171,221,230); }
td.TdClassName
{
border-color: #ABDDE6;
}
.TagClassName
{
border-color: #ABDDE6;
}
</style>