Shades of Powder Blue #ACE0E0
Tints of Powder Blue #ACE0E0
RGB
CMYK
RGB Variations
Color information
#ACE0E0 (or 0xACE0E0) is known color: Powder Blue. HEX triplet: AC, E0 and E0. RGB value is (172,224,224). Sum of RGB (Red+Green+Blue) = 172+224+224=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 224 (87.89% from 255 or 36.13% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 224 - color contains mainly: green, blue. Hex color #ACE0E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0E0 is #531F1F. Grayscale: #D0D0D0. Windows color (decimal): -5447456 or 14737580. OLE color: 14737580.
HSL color Cylindrical-coordinate representation of color #ACE0E0: hue angle of 180º 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 #ACE0E0 is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 224 | - |
| CMYK | 0.23 | 0 | 0 | 0.12 |
| HSL | 180º | 0.46% | 0.78% | - |
| HSV(B) | 180º | 0.23% | 0.88% | - |
| XYZ | 57.12 | 67.46 | 80.53 | - |
| YUV | 208.45 | 136.77 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 224 | 0.23 | 0 | 0 | 0.12 | 180 | 0.46 | 0.78 |
| Hex | AC | E0 | E0 | 17 | 0 | 0 | C | B4 | 2E | 4E |
| Octal | 254 | 340 | 340 | 27 | 0 | 0 | 14 | 264 | 56 | 116 |
| Binary | 10101100 | 11100000 | 11100000 | 10111 | 0 | 0 | 1100 | 10110100 | 101110 | 1001110 |
Color Harmonies of #ACE0E0
Complementary color
Monochromatic Colors of #ACE0E0
Black with #ACE0E0
Text Example
Text Example
White with #ACE0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE0E0; }
p { color: rgb(172,224,224); }
H1.HeaderClassName
{
color: #ACE0E0;
}
.AnyTagClassName
{
color: #ACE0E0;
}
</style>
background-color css
<style>
a { background-color: #ACE0E0; }
a { background-color: rgb(172,224,224); }
div.DivClassName
{
background-color: #ACE0E0;
}
.BgClassName
{
background-color: #ACE0E0;
}
</style>
border-color css
<style>
span { border-color: #ACE0E0; }
span { border-color: rgb(172,224,224); }
td.TdClassName
{
border-color: #ACE0E0;
}
.TagClassName
{
border-color: #ACE0E0;
}
</style>