Shades of Powder Blue #ABDDE0
Tints of Powder Blue #ABDDE0
RGB
CMYK
RGB Variations
Color information
#ABDDE0 (or 0xABDDE0) is known color: Powder Blue. HEX triplet: AB, DD and E0. RGB value is (171,221,224). Sum of RGB (Red+Green+Blue) = 171+221+224=616 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.76% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 224 - color contains mainly: blue. Hex color #ABDDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDE0 is #54221F. Grayscale: #CECECE. Windows color (decimal): -5513760 or 14736811. OLE color: 14736811.
HSL color Cylindrical-coordinate representation of color #ABDDE0: hue angle of 183.4º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABDDE0 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 221 | 224 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.12 |
| HSL | 183.4º | 0.46% | 0.77% | - |
| HSV(B) | 183.4º | 0.24% | 0.88% | - |
| XYZ | 56.11 | 65.75 | 80.26 | - |
| YUV | 206.39 | 137.94 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 224 | 0.24 | 0.01 | 0 | 0.12 | 183.4 | 0.46 | 0.77 |
| Hex | AB | DD | E0 | 18 | 1 | 0 | C | B7 | 2E | 4D |
| Octal | 253 | 335 | 340 | 30 | 1 | 0 | 14 | 267 | 56 | 115 |
| Binary | 10101011 | 11011101 | 11100000 | 11000 | 1 | 0 | 1100 | 10110111 | 101110 | 1001101 |
Color Harmonies of #ABDDE0
Complementary color
Monochromatic Colors of #ABDDE0
Black with #ABDDE0
Text Example
Text Example
White with #ABDDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDDE0; }
p { color: rgb(171,221,224); }
H1.HeaderClassName
{
color: #ABDDE0;
}
.AnyTagClassName
{
color: #ABDDE0;
}
</style>
background-color css
<style>
a { background-color: #ABDDE0; }
a { background-color: rgb(171,221,224); }
div.DivClassName
{
background-color: #ABDDE0;
}
.BgClassName
{
background-color: #ABDDE0;
}
</style>
border-color css
<style>
span { border-color: #ABDDE0; }
span { border-color: rgb(171,221,224); }
td.TdClassName
{
border-color: #ABDDE0;
}
.TagClassName
{
border-color: #ABDDE0;
}
</style>