Shades of Powder Blue #ACE1E0
Tints of Powder Blue #ACE1E0
RGB
CMYK
RGB Variations
Color information
#ACE1E0 (or 0xACE1E0) is known color: Powder Blue. HEX triplet: AC, E1 and E0. RGB value is (172,225,224). Sum of RGB (Red+Green+Blue) = 172+225+224=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 225 (88.28% from 255 or 36.23% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1E0 is #531E1F. Grayscale: #D0D0D0. Windows color (decimal): -5447200 or 14737836. OLE color: 14737836.
HSL color Cylindrical-coordinate representation of color #ACE1E0: hue angle of 178.87º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE1E0 is Cyan = 0.24, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 224 | - |
| CMYK | 0.24 | 0 | 0.00 | 0.12 |
| HSL | 178.87º | 0.47% | 0.78% | - |
| HSV(B) | 178.87º | 0.24% | 0.88% | - |
| XYZ | 57.39 | 68 | 80.62 | - |
| YUV | 209.04 | 136.44 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 224 | 0.24 | 0 | 0.00 | 0.12 | 178.87 | 0.47 | 0.78 |
| Hex | AC | E1 | E0 | 18 | 0 | 0 | C | B3 | 2F | 4E |
| Octal | 254 | 341 | 340 | 30 | 0 | 0 | 14 | 263 | 57 | 116 |
| Binary | 10101100 | 11100001 | 11100000 | 11000 | 0 | 0 | 1100 | 10110011 | 101111 | 1001110 |
Color Harmonies of #ACE1E0
Complementary color
Monochromatic Colors of #ACE1E0
Black with #ACE1E0
Text Example
Text Example
White with #ACE1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE1E0; }
p { color: rgb(172,225,224); }
H1.HeaderClassName
{
color: #ACE1E0;
}
.AnyTagClassName
{
color: #ACE1E0;
}
</style>
background-color css
<style>
a { background-color: #ACE1E0; }
a { background-color: rgb(172,225,224); }
div.DivClassName
{
background-color: #ACE1E0;
}
.BgClassName
{
background-color: #ACE1E0;
}
</style>
border-color css
<style>
span { border-color: #ACE1E0; }
span { border-color: rgb(172,225,224); }
td.TdClassName
{
border-color: #ACE1E0;
}
.TagClassName
{
border-color: #ACE1E0;
}
</style>