Shades of Powder Blue #ACE2EB
Tints of Powder Blue #ACE2EB
RGB
CMYK
RGB Variations
Color information
#ACE2EB (or 0xACE2EB) is known color: Powder Blue. HEX triplet: AC, E2 and EB. RGB value is (172,226,235). Sum of RGB (Red+Green+Blue) = 172+226+235=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 226 (88.67% from 255 or 35.70% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACE2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE2EB is #531D14. Grayscale: #D2D2D2. Windows color (decimal): -5446933 or 15458988. OLE color: 15458988.
HSL color Cylindrical-coordinate representation of color #ACE2EB: hue angle of 188.57º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACE2EB is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 226 | 235 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.08 |
| HSL | 188.57º | 0.61% | 0.8% | - |
| HSV(B) | 188.57º | 0.27% | 0.92% | - |
| XYZ | 59.21 | 69.16 | 88.83 | - |
| YUV | 210.88 | 141.61 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 235 | 0.27 | 0.04 | 0 | 0.08 | 188.57 | 0.61 | 0.8 |
| Hex | AC | E2 | EB | 1B | 4 | 0 | 8 | BD | 3D | 50 |
| Octal | 254 | 342 | 353 | 33 | 4 | 0 | 10 | 275 | 75 | 120 |
| Binary | 10101100 | 11100010 | 11101011 | 11011 | 100 | 0 | 1000 | 10111101 | 111101 | 1010000 |
Color Harmonies of #ACE2EB
Complementary color
Monochromatic Colors of #ACE2EB
Black with #ACE2EB
Text Example
Text Example
White with #ACE2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE2EB; }
p { color: rgb(172,226,235); }
H1.HeaderClassName
{
color: #ACE2EB;
}
.AnyTagClassName
{
color: #ACE2EB;
}
</style>
background-color css
<style>
a { background-color: #ACE2EB; }
a { background-color: rgb(172,226,235); }
div.DivClassName
{
background-color: #ACE2EB;
}
.BgClassName
{
background-color: #ACE2EB;
}
</style>
border-color css
<style>
span { border-color: #ACE2EB; }
span { border-color: rgb(172,226,235); }
td.TdClassName
{
border-color: #ACE2EB;
}
.TagClassName
{
border-color: #ACE2EB;
}
</style>