Shades of Powder Blue #ACE4E8
Tints of Powder Blue #ACE4E8
RGB
CMYK
RGB Variations
Color information
#ACE4E8 (or 0xACE4E8) is known color: Powder Blue. HEX triplet: AC, E4 and E8. RGB value is (172,228,232). Sum of RGB (Red+Green+Blue) = 172+228+232=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 228 (89.45% from 255 or 36.08% from 632); Blue value is 232 (91.02% from 255 or 36.71% from 632); Max value from RGB is 232 - color contains mainly: blue. Hex color #ACE4E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE4E8 is #531B17. Grayscale: #D3D3D3. Windows color (decimal): -5446424 or 15262892. OLE color: 15262892.
HSL color Cylindrical-coordinate representation of color #ACE4E8: hue angle of 184º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE4E8 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 228 | 232 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.09 |
| HSL | 184º | 0.57% | 0.79% | - |
| HSV(B) | 184º | 0.26% | 0.91% | - |
| XYZ | 59.32 | 70.08 | 86.74 | - |
| YUV | 211.71 | 139.45 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 232 | 0.26 | 0.02 | 0 | 0.09 | 184 | 0.57 | 0.79 |
| Hex | AC | E4 | E8 | 1A | 2 | 0 | 9 | B8 | 39 | 4F |
| Octal | 254 | 344 | 350 | 32 | 2 | 0 | 11 | 270 | 71 | 117 |
| Binary | 10101100 | 11100100 | 11101000 | 11010 | 10 | 0 | 1001 | 10111000 | 111001 | 1001111 |
Color Harmonies of #ACE4E8
Complementary color
Monochromatic Colors of #ACE4E8
Black with #ACE4E8
Text Example
Text Example
White with #ACE4E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE4E8; }
p { color: rgb(172,228,232); }
H1.HeaderClassName
{
color: #ACE4E8;
}
.AnyTagClassName
{
color: #ACE4E8;
}
</style>
background-color css
<style>
a { background-color: #ACE4E8; }
a { background-color: rgb(172,228,232); }
div.DivClassName
{
background-color: #ACE4E8;
}
.BgClassName
{
background-color: #ACE4E8;
}
</style>
border-color css
<style>
span { border-color: #ACE4E8; }
span { border-color: rgb(172,228,232); }
td.TdClassName
{
border-color: #ACE4E8;
}
.TagClassName
{
border-color: #ACE4E8;
}
</style>