Shades of Powder Blue #ACE6EC
Tints of Powder Blue #ACE6EC
RGB
CMYK
RGB Variations
Color information
#ACE6EC (or 0xACE6EC) is known color: Powder Blue. HEX triplet: AC, E6 and EC. RGB value is (172,230,236). Sum of RGB (Red+Green+Blue) = 172+230+236=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 230 (90.23% from 255 or 36.05% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACE6EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE6EC is #531913. Grayscale: #D5D5D5. Windows color (decimal): -5445908 or 15525548. OLE color: 15525548.
HSL color Cylindrical-coordinate representation of color #ACE6EC: hue angle of 185.62º 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 #ACE6EC is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 230 | 236 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.07 |
| HSL | 185.63º | 0.63% | 0.8% | - |
| HSV(B) | 185.63º | 0.27% | 0.93% | - |
| XYZ | 60.45 | 71.42 | 89.96 | - |
| YUV | 213.34 | 140.78 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 236 | 0.27 | 0.03 | 0 | 0.07 | 185.63 | 0.63 | 0.8 |
| Hex | AC | E6 | EC | 1B | 3 | 0 | 7 | BA | 3F | 50 |
| Octal | 254 | 346 | 354 | 33 | 3 | 0 | 7 | 272 | 77 | 120 |
| Binary | 10101100 | 11100110 | 11101100 | 11011 | 11 | 0 | 111 | 10111010 | 111111 | 1010000 |
Color Harmonies of #ACE6EC
Complementary color
Monochromatic Colors of #ACE6EC
Black with #ACE6EC
Text Example
Text Example
White with #ACE6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE6EC; }
p { color: rgb(172,230,236); }
H1.HeaderClassName
{
color: #ACE6EC;
}
.AnyTagClassName
{
color: #ACE6EC;
}
</style>
background-color css
<style>
a { background-color: #ACE6EC; }
a { background-color: rgb(172,230,236); }
div.DivClassName
{
background-color: #ACE6EC;
}
.BgClassName
{
background-color: #ACE6EC;
}
</style>
border-color css
<style>
span { border-color: #ACE6EC; }
span { border-color: rgb(172,230,236); }
td.TdClassName
{
border-color: #ACE6EC;
}
.TagClassName
{
border-color: #ACE6EC;
}
</style>