Shades of Powder Blue #ACE3EC
Tints of Powder Blue #ACE3EC
RGB
CMYK
RGB Variations
Color information
#ACE3EC (or 0xACE3EC) is known color: Powder Blue. HEX triplet: AC, E3 and EC. RGB value is (172,227,236). Sum of RGB (Red+Green+Blue) = 172+227+236=635 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.09% from 635); Green value is 227 (89.06% from 255 or 35.75% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACE3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE3EC is #531C13. Grayscale: #D3D3D3. Windows color (decimal): -5446676 or 15524780. OLE color: 15524780.
HSL color Cylindrical-coordinate representation of color #ACE3EC: hue angle of 188.44º 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 #ACE3EC is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 227 | 236 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.07 |
| HSL | 188.44º | 0.63% | 0.8% | - |
| HSV(B) | 188.44º | 0.27% | 0.93% | - |
| XYZ | 59.62 | 69.76 | 89.68 | - |
| YUV | 211.58 | 141.78 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 236 | 0.27 | 0.04 | 0 | 0.07 | 188.44 | 0.63 | 0.8 |
| Hex | AC | E3 | EC | 1B | 4 | 0 | 7 | BC | 3F | 50 |
| Octal | 254 | 343 | 354 | 33 | 4 | 0 | 7 | 274 | 77 | 120 |
| Binary | 10101100 | 11100011 | 11101100 | 11011 | 100 | 0 | 111 | 10111100 | 111111 | 1010000 |
Color Harmonies of #ACE3EC
Complementary color
Monochromatic Colors of #ACE3EC
Black with #ACE3EC
Text Example
Text Example
White with #ACE3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE3EC; }
p { color: rgb(172,227,236); }
H1.HeaderClassName
{
color: #ACE3EC;
}
.AnyTagClassName
{
color: #ACE3EC;
}
</style>
background-color css
<style>
a { background-color: #ACE3EC; }
a { background-color: rgb(172,227,236); }
div.DivClassName
{
background-color: #ACE3EC;
}
.BgClassName
{
background-color: #ACE3EC;
}
</style>
border-color css
<style>
span { border-color: #ACE3EC; }
span { border-color: rgb(172,227,236); }
td.TdClassName
{
border-color: #ACE3EC;
}
.TagClassName
{
border-color: #ACE3EC;
}
</style>