Shades of Powder Blue #ACE2EC
Tints of Powder Blue #ACE2EC
RGB
CMYK
RGB Variations
Color information
#ACE2EC (or 0xACE2EC) is known color: Powder Blue. HEX triplet: AC, E2 and EC. RGB value is (172,226,236). Sum of RGB (Red+Green+Blue) = 172+226+236=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 226 (88.67% from 255 or 35.65% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACE2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE2EC is #531D13. Grayscale: #D2D2D2. Windows color (decimal): -5446932 or 15524524. OLE color: 15524524.
HSL color Cylindrical-coordinate representation of color #ACE2EC: hue angle of 189.38º 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 #ACE2EC is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 226 | 236 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.07 |
| HSL | 189.38º | 0.63% | 0.8% | - |
| HSV(B) | 189.38º | 0.27% | 0.93% | - |
| XYZ | 59.35 | 69.22 | 89.59 | - |
| YUV | 210.99 | 142.11 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 236 | 0.27 | 0.04 | 0 | 0.07 | 189.38 | 0.63 | 0.8 |
| Hex | AC | E2 | EC | 1B | 4 | 0 | 7 | BD | 3F | 50 |
| Octal | 254 | 342 | 354 | 33 | 4 | 0 | 7 | 275 | 77 | 120 |
| Binary | 10101100 | 11100010 | 11101100 | 11011 | 100 | 0 | 111 | 10111101 | 111111 | 1010000 |
Color Harmonies of #ACE2EC
Complementary color
Monochromatic Colors of #ACE2EC
Black with #ACE2EC
Text Example
Text Example
White with #ACE2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE2EC; }
p { color: rgb(172,226,236); }
H1.HeaderClassName
{
color: #ACE2EC;
}
.AnyTagClassName
{
color: #ACE2EC;
}
</style>
background-color css
<style>
a { background-color: #ACE2EC; }
a { background-color: rgb(172,226,236); }
div.DivClassName
{
background-color: #ACE2EC;
}
.BgClassName
{
background-color: #ACE2EC;
}
</style>
border-color css
<style>
span { border-color: #ACE2EC; }
span { border-color: rgb(172,226,236); }
td.TdClassName
{
border-color: #ACE2EC;
}
.TagClassName
{
border-color: #ACE2EC;
}
</style>