Shades of Powder Blue #ACE1EC
Tints of Powder Blue #ACE1EC
RGB
CMYK
RGB Variations
Color information
#ACE1EC (or 0xACE1EC) is known color: Powder Blue. HEX triplet: AC, E1 and EC. RGB value is (172,225,236). Sum of RGB (Red+Green+Blue) = 172+225+236=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 225 (88.28% from 255 or 35.55% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACE1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE1EC is #531E13. Grayscale: #D2D2D2. Windows color (decimal): -5447188 or 15524268. OLE color: 15524268.
HSL color Cylindrical-coordinate representation of color #ACE1EC: hue angle of 190.31º 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 #ACE1EC is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 225 | 236 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.07 |
| HSL | 190.31º | 0.63% | 0.8% | - |
| HSV(B) | 190.31º | 0.27% | 0.93% | - |
| XYZ | 59.08 | 68.68 | 89.5 | - |
| YUV | 210.41 | 142.44 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 236 | 0.27 | 0.05 | 0 | 0.07 | 190.31 | 0.63 | 0.8 |
| Hex | AC | E1 | EC | 1B | 5 | 0 | 7 | BE | 3F | 50 |
| Octal | 254 | 341 | 354 | 33 | 5 | 0 | 7 | 276 | 77 | 120 |
| Binary | 10101100 | 11100001 | 11101100 | 11011 | 101 | 0 | 111 | 10111110 | 111111 | 1010000 |
Color Harmonies of #ACE1EC
Complementary color
Monochromatic Colors of #ACE1EC
Black with #ACE1EC
Text Example
Text Example
White with #ACE1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE1EC; }
p { color: rgb(172,225,236); }
H1.HeaderClassName
{
color: #ACE1EC;
}
.AnyTagClassName
{
color: #ACE1EC;
}
</style>
background-color css
<style>
a { background-color: #ACE1EC; }
a { background-color: rgb(172,225,236); }
div.DivClassName
{
background-color: #ACE1EC;
}
.BgClassName
{
background-color: #ACE1EC;
}
</style>
border-color css
<style>
span { border-color: #ACE1EC; }
span { border-color: rgb(172,225,236); }
td.TdClassName
{
border-color: #ACE1EC;
}
.TagClassName
{
border-color: #ACE1EC;
}
</style>