Shades of Powder Blue #ABDEDD
Tints of Powder Blue #ABDEDD
RGB
CMYK
RGB Variations
Color information
#ABDEDD (or 0xABDEDD) is known color: Powder Blue. HEX triplet: AB, DE and DD. RGB value is (171,222,221). Sum of RGB (Red+Green+Blue) = 171+222+221=614 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.85% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDEDD is #542122. Grayscale: #CECECE. Windows color (decimal): -5513507 or 14540459. OLE color: 14540459.
HSL color Cylindrical-coordinate representation of color #ABDEDD: hue angle of 178.82º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDEDD is Cyan = 0.23, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 222 | 221 | - |
| CMYK | 0.23 | 0 | 0.00 | 0.13 |
| HSL | 178.82º | 0.44% | 0.77% | - |
| HSV(B) | 178.82º | 0.23% | 0.87% | - |
| XYZ | 55.97 | 66.12 | 78.22 | - |
| YUV | 206.64 | 136.1 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 222 | 221 | 0.23 | 0 | 0.00 | 0.13 | 178.82 | 0.44 | 0.77 |
| Hex | AB | DE | DD | 17 | 0 | 0 | D | B3 | 2C | 4D |
| Octal | 253 | 336 | 335 | 27 | 0 | 0 | 15 | 263 | 54 | 115 |
| Binary | 10101011 | 11011110 | 11011101 | 10111 | 0 | 0 | 1101 | 10110011 | 101100 | 1001101 |
Color Harmonies of #ABDEDD
Complementary color
Monochromatic Colors of #ABDEDD
Black with #ABDEDD
Text Example
Text Example
White with #ABDEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDEDD; }
p { color: rgb(171,222,221); }
H1.HeaderClassName
{
color: #ABDEDD;
}
.AnyTagClassName
{
color: #ABDEDD;
}
</style>
background-color css
<style>
a { background-color: #ABDEDD; }
a { background-color: rgb(171,222,221); }
div.DivClassName
{
background-color: #ABDEDD;
}
.BgClassName
{
background-color: #ABDEDD;
}
</style>
border-color css
<style>
span { border-color: #ABDEDD; }
span { border-color: rgb(171,222,221); }
td.TdClassName
{
border-color: #ABDEDD;
}
.TagClassName
{
border-color: #ABDEDD;
}
</style>