Shades of Powder Blue #ACE0E4
Tints of Powder Blue #ACE0E4
RGB
CMYK
RGB Variations
Color information
#ACE0E4 (or 0xACE0E4) is known color: Powder Blue. HEX triplet: AC, E0 and E4. RGB value is (172,224,228). Sum of RGB (Red+Green+Blue) = 172+224+228=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 224 (87.89% from 255 or 35.90% from 624); Blue value is 228 (89.45% from 255 or 36.54% from 624); Max value from RGB is 228 - color contains mainly: blue. Hex color #ACE0E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0E4 is #531F1B. Grayscale: #D0D0D0. Windows color (decimal): -5447452 or 14999724. OLE color: 14999724.
HSL color Cylindrical-coordinate representation of color #ACE0E4: hue angle of 184.29º 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 #ACE0E4 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 224 | 228 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.11 |
| HSL | 184.29º | 0.51% | 0.78% | - |
| HSV(B) | 184.29º | 0.25% | 0.89% | - |
| XYZ | 57.67 | 67.68 | 83.42 | - |
| YUV | 208.91 | 138.77 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 228 | 0.25 | 0.02 | 0 | 0.11 | 184.29 | 0.51 | 0.78 |
| Hex | AC | E0 | E4 | 19 | 2 | 0 | B | B8 | 33 | 4E |
| Octal | 254 | 340 | 344 | 31 | 2 | 0 | 13 | 270 | 63 | 116 |
| Binary | 10101100 | 11100000 | 11100100 | 11001 | 10 | 0 | 1011 | 10111000 | 110011 | 1001110 |
Color Harmonies of #ACE0E4
Complementary color
Monochromatic Colors of #ACE0E4
Black with #ACE0E4
Text Example
Text Example
White with #ACE0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE0E4; }
p { color: rgb(172,224,228); }
H1.HeaderClassName
{
color: #ACE0E4;
}
.AnyTagClassName
{
color: #ACE0E4;
}
</style>
background-color css
<style>
a { background-color: #ACE0E4; }
a { background-color: rgb(172,224,228); }
div.DivClassName
{
background-color: #ACE0E4;
}
.BgClassName
{
background-color: #ACE0E4;
}
</style>
border-color css
<style>
span { border-color: #ACE0E4; }
span { border-color: rgb(172,224,228); }
td.TdClassName
{
border-color: #ACE0E4;
}
.TagClassName
{
border-color: #ACE0E4;
}
</style>