Shades of Powder Blue #ACDDE0
Tints of Powder Blue #ACDDE0
RGB
CMYK
RGB Variations
Color information
#ACDDE0 (or 0xACDDE0) is known color: Powder Blue. HEX triplet: AC, DD and E0. RGB value is (172,221,224). Sum of RGB (Red+Green+Blue) = 172+221+224=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACDDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDE0 is #53221F. Grayscale: #CECECE. Windows color (decimal): -5448224 or 14736812. OLE color: 14736812.
HSL color Cylindrical-coordinate representation of color #ACDDE0: hue angle of 183.46º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDDE0 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 221 | 224 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.12 |
| HSL | 183.46º | 0.46% | 0.78% | - |
| HSV(B) | 183.46º | 0.23% | 0.88% | - |
| XYZ | 56.32 | 65.87 | 80.27 | - |
| YUV | 206.69 | 137.77 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 224 | 0.23 | 0.01 | 0 | 0.12 | 183.46 | 0.46 | 0.78 |
| Hex | AC | DD | E0 | 17 | 1 | 0 | C | B7 | 2E | 4E |
| Octal | 254 | 335 | 340 | 27 | 1 | 0 | 14 | 267 | 56 | 116 |
| Binary | 10101100 | 11011101 | 11100000 | 10111 | 1 | 0 | 1100 | 10110111 | 101110 | 1001110 |
Color Harmonies of #ACDDE0
Complementary color
Monochromatic Colors of #ACDDE0
Black with #ACDDE0
Text Example
Text Example
White with #ACDDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDDE0; }
p { color: rgb(172,221,224); }
H1.HeaderClassName
{
color: #ACDDE0;
}
.AnyTagClassName
{
color: #ACDDE0;
}
</style>
background-color css
<style>
a { background-color: #ACDDE0; }
a { background-color: rgb(172,221,224); }
div.DivClassName
{
background-color: #ACDDE0;
}
.BgClassName
{
background-color: #ACDDE0;
}
</style>
border-color css
<style>
span { border-color: #ACDDE0; }
span { border-color: rgb(172,221,224); }
td.TdClassName
{
border-color: #ACDDE0;
}
.TagClassName
{
border-color: #ACDDE0;
}
</style>