Shades of Powder Blue #ACE4E0
Tints of Powder Blue #ACE4E0
RGB
CMYK
RGB Variations
Color information
#ACE4E0 (or 0xACE4E0) is known color: Powder Blue. HEX triplet: AC, E4 and E0. RGB value is (172,228,224). Sum of RGB (Red+Green+Blue) = 172+228+224=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 228 (89.45% from 255 or 36.54% from 624); Blue value is 224 (87.89% from 255 or 35.90% from 624); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE4E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE4E0 is #531B1F. Grayscale: #D2D2D2. Windows color (decimal): -5446432 or 14738604. OLE color: 14738604.
HSL color Cylindrical-coordinate representation of color #ACE4E0: hue angle of 175.71º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE4E0 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 228 | 224 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.11 |
| HSL | 175.71º | 0.51% | 0.78% | - |
| HSV(B) | 175.71º | 0.25% | 0.89% | - |
| XYZ | 58.21 | 69.64 | 80.89 | - |
| YUV | 210.8 | 135.45 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 224 | 0.25 | 0 | 0.02 | 0.11 | 175.71 | 0.51 | 0.78 |
| Hex | AC | E4 | E0 | 19 | 0 | 2 | B | B0 | 33 | 4E |
| Octal | 254 | 344 | 340 | 31 | 0 | 2 | 13 | 260 | 63 | 116 |
| Binary | 10101100 | 11100100 | 11100000 | 11001 | 0 | 10 | 1011 | 10110000 | 110011 | 1001110 |
Color Harmonies of #ACE4E0
Complementary color
Monochromatic Colors of #ACE4E0
Black with #ACE4E0
Text Example
Text Example
White with #ACE4E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE4E0; }
p { color: rgb(172,228,224); }
H1.HeaderClassName
{
color: #ACE4E0;
}
.AnyTagClassName
{
color: #ACE4E0;
}
</style>
background-color css
<style>
a { background-color: #ACE4E0; }
a { background-color: rgb(172,228,224); }
div.DivClassName
{
background-color: #ACE4E0;
}
.BgClassName
{
background-color: #ACE4E0;
}
</style>
border-color css
<style>
span { border-color: #ACE4E0; }
span { border-color: rgb(172,228,224); }
td.TdClassName
{
border-color: #ACE4E0;
}
.TagClassName
{
border-color: #ACE4E0;
}
</style>