Shades of Powder Blue #ACE0DD
Tints of Powder Blue #ACE0DD
RGB
CMYK
RGB Variations
Color information
#ACE0DD (or 0xACE0DD) is known color: Powder Blue. HEX triplet: AC, E0 and DD. RGB value is (172,224,221). Sum of RGB (Red+Green+Blue) = 172+224+221=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 224 (87.89% from 255 or 36.30% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0DD is #531F22. Grayscale: #D0D0D0. Windows color (decimal): -5447459 or 14540972. OLE color: 14540972.
HSL color Cylindrical-coordinate representation of color #ACE0DD: hue angle of 176.54º 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 #ACE0DD is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 221 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.12 |
| HSL | 176.54º | 0.46% | 0.78% | - |
| HSV(B) | 176.54º | 0.23% | 0.88% | - |
| XYZ | 56.72 | 67.3 | 78.41 | - |
| YUV | 208.11 | 135.27 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 221 | 0.23 | 0 | 0.01 | 0.12 | 176.54 | 0.46 | 0.78 |
| Hex | AC | E0 | DD | 17 | 0 | 1 | C | B1 | 2E | 4E |
| Octal | 254 | 340 | 335 | 27 | 0 | 1 | 14 | 261 | 56 | 116 |
| Binary | 10101100 | 11100000 | 11011101 | 10111 | 0 | 1 | 1100 | 10110001 | 101110 | 1001110 |
Color Harmonies of #ACE0DD
Complementary color
Monochromatic Colors of #ACE0DD
Black with #ACE0DD
Text Example
Text Example
White with #ACE0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE0DD; }
p { color: rgb(172,224,221); }
H1.HeaderClassName
{
color: #ACE0DD;
}
.AnyTagClassName
{
color: #ACE0DD;
}
</style>
background-color css
<style>
a { background-color: #ACE0DD; }
a { background-color: rgb(172,224,221); }
div.DivClassName
{
background-color: #ACE0DD;
}
.BgClassName
{
background-color: #ACE0DD;
}
</style>
border-color css
<style>
span { border-color: #ACE0DD; }
span { border-color: rgb(172,224,221); }
td.TdClassName
{
border-color: #ACE0DD;
}
.TagClassName
{
border-color: #ACE0DD;
}
</style>