Shades of Powder Blue #ACE4EC
Tints of Powder Blue #ACE4EC
RGB
CMYK
RGB Variations
Color information
#ACE4EC (or 0xACE4EC) is known color: Powder Blue. HEX triplet: AC, E4 and EC. RGB value is (172,228,236). Sum of RGB (Red+Green+Blue) = 172+228+236=636 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.04% from 636); Green value is 228 (89.45% from 255 or 35.85% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACE4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE4EC is #531B13. Grayscale: #D4D4D4. Windows color (decimal): -5446420 or 15525036. OLE color: 15525036.
HSL color Cylindrical-coordinate representation of color #ACE4EC: hue angle of 187.5º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACE4EC is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 228 | 236 | - |
CMYK | 0.27 | 0.03 | 0 | 0.07 |
HSL | 187.5º | 0.63% | 0.8% | - |
HSV(B) | 187.5º | 0.27% | 0.93% | - |
XYZ | 59.9 | 70.31 | 89.77 | - |
YUV | 212.17 | 141.45 | 99.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 228 | 236 | 0.27 | 0.03 | 0 | 0.07 | 187.5 | 0.63 | 0.8 |
Hex | AC | E4 | EC | 1B | 3 | 0 | 7 | BC | 3F | 50 |
Octal | 254 | 344 | 354 | 33 | 3 | 0 | 7 | 274 | 77 | 120 |
Binary | 10101100 | 11100100 | 11101100 | 11011 | 11 | 0 | 111 | 10111100 | 111111 | 1010000 |
Color Harmonies of #ACE4EC
Complementary color
Monochromatic Colors of #ACE4EC
Black with #ACE4EC
Text Example
Text Example
White with #ACE4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE4EC; }
p { color: rgb(172,228,236); }
H1.HeaderClassName
{
color: #ACE4EC;
}
.AnyTagClassName
{
color: #ACE4EC;
}
</style>
background-color css
<style>
a { background-color: #ACE4EC; }
a { background-color: rgb(172,228,236); }
div.DivClassName
{
background-color: #ACE4EC;
}
.BgClassName
{
background-color: #ACE4EC;
}
</style>
border-color css
<style>
span { border-color: #ACE4EC; }
span { border-color: rgb(172,228,236); }
td.TdClassName
{
border-color: #ACE4EC;
}
.TagClassName
{
border-color: #ACE4EC;
}
</style>