Shades of Powder Blue #ABDDE1
Tints of Powder Blue #ABDDE1
RGB
CMYK
RGB Variations
Color information
#ABDDE1 (or 0xABDDE1) is known color: Powder Blue. HEX triplet: AB, DD and E1. RGB value is (171,221,225). Sum of RGB (Red+Green+Blue) = 171+221+225=617 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.71% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 225 - color contains mainly: blue. Hex color #ABDDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDE1 is #54221E. Grayscale: #CECECE. Windows color (decimal): -5513759 or 14802347. OLE color: 14802347.
HSL color Cylindrical-coordinate representation of color #ABDDE1: hue angle of 184.44º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABDDE1 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 221 | 225 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.12 |
| HSL | 184.44º | 0.47% | 0.78% | - |
| HSV(B) | 184.44º | 0.24% | 0.88% | - |
| XYZ | 56.24 | 65.81 | 80.97 | - |
| YUV | 206.51 | 138.44 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 225 | 0.24 | 0.02 | 0 | 0.12 | 184.44 | 0.47 | 0.78 |
| Hex | AB | DD | E1 | 18 | 2 | 0 | C | B8 | 2F | 4E |
| Octal | 253 | 335 | 341 | 30 | 2 | 0 | 14 | 270 | 57 | 116 |
| Binary | 10101011 | 11011101 | 11100001 | 11000 | 10 | 0 | 1100 | 10111000 | 101111 | 1001110 |
Color Harmonies of #ABDDE1
Complementary color
Monochromatic Colors of #ABDDE1
Black with #ABDDE1
Text Example
Text Example
White with #ABDDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDDE1; }
p { color: rgb(171,221,225); }
H1.HeaderClassName
{
color: #ABDDE1;
}
.AnyTagClassName
{
color: #ABDDE1;
}
</style>
background-color css
<style>
a { background-color: #ABDDE1; }
a { background-color: rgb(171,221,225); }
div.DivClassName
{
background-color: #ABDDE1;
}
.BgClassName
{
background-color: #ABDDE1;
}
</style>
border-color css
<style>
span { border-color: #ABDDE1; }
span { border-color: rgb(171,221,225); }
td.TdClassName
{
border-color: #ABDDE1;
}
.TagClassName
{
border-color: #ABDDE1;
}
</style>