Shades of Powder Blue #ACE0DF
Tints of Powder Blue #ACE0DF
RGB
CMYK
RGB Variations
Color information
#ACE0DF (or 0xACE0DF) is known color: Powder Blue. HEX triplet: AC, E0 and DF. RGB value is (172,224,223). Sum of RGB (Red+Green+Blue) = 172+224+223=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 224 (87.89% from 255 or 36.19% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0DF is #531F20. Grayscale: #D0D0D0. Windows color (decimal): -5447457 or 14672044. OLE color: 14672044.
HSL color Cylindrical-coordinate representation of color #ACE0DF: hue angle of 178.85º 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 #ACE0DF is Cyan = 0.23, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 223 | - |
| CMYK | 0.23 | 0 | 0.00 | 0.12 |
| HSL | 178.85º | 0.46% | 0.78% | - |
| HSV(B) | 178.85º | 0.23% | 0.88% | - |
| XYZ | 56.99 | 67.41 | 79.82 | - |
| YUV | 208.34 | 136.27 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 223 | 0.23 | 0 | 0.00 | 0.12 | 178.85 | 0.46 | 0.78 |
| Hex | AC | E0 | DF | 17 | 0 | 0 | C | B3 | 2E | 4E |
| Octal | 254 | 340 | 337 | 27 | 0 | 0 | 14 | 263 | 56 | 116 |
| Binary | 10101100 | 11100000 | 11011111 | 10111 | 0 | 0 | 1100 | 10110011 | 101110 | 1001110 |
Color Harmonies of #ACE0DF
Complementary color
Monochromatic Colors of #ACE0DF
Black with #ACE0DF
Text Example
Text Example
White with #ACE0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE0DF; }
p { color: rgb(172,224,223); }
H1.HeaderClassName
{
color: #ACE0DF;
}
.AnyTagClassName
{
color: #ACE0DF;
}
</style>
background-color css
<style>
a { background-color: #ACE0DF; }
a { background-color: rgb(172,224,223); }
div.DivClassName
{
background-color: #ACE0DF;
}
.BgClassName
{
background-color: #ACE0DF;
}
</style>
border-color css
<style>
span { border-color: #ACE0DF; }
span { border-color: rgb(172,224,223); }
td.TdClassName
{
border-color: #ACE0DF;
}
.TagClassName
{
border-color: #ACE0DF;
}
</style>