Shades of Powder Blue #ACE5EB
Tints of Powder Blue #ACE5EB
RGB
CMYK
RGB Variations
Color information
#ACE5EB (or 0xACE5EB) is known color: Powder Blue. HEX triplet: AC, E5 and EB. RGB value is (172,229,235). Sum of RGB (Red+Green+Blue) = 172+229+235=636 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.04% from 636); Green value is 229 (89.84% from 255 or 36.01% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACE5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE5EB is #531A14. Grayscale: #D4D4D4. Windows color (decimal): -5446165 or 15459756. OLE color: 15459756.
HSL color Cylindrical-coordinate representation of color #ACE5EB: hue angle of 185.71º 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 #ACE5EB is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 229 | 235 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.08 |
| HSL | 185.71º | 0.61% | 0.8% | - |
| HSV(B) | 185.71º | 0.27% | 0.92% | - |
| XYZ | 60.03 | 70.81 | 89.1 | - |
| YUV | 212.64 | 140.62 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 235 | 0.27 | 0.03 | 0 | 0.08 | 185.71 | 0.61 | 0.8 |
| Hex | AC | E5 | EB | 1B | 3 | 0 | 8 | BA | 3D | 50 |
| Octal | 254 | 345 | 353 | 33 | 3 | 0 | 10 | 272 | 75 | 120 |
| Binary | 10101100 | 11100101 | 11101011 | 11011 | 11 | 0 | 1000 | 10111010 | 111101 | 1010000 |
Color Harmonies of #ACE5EB
Complementary color
Monochromatic Colors of #ACE5EB
Black with #ACE5EB
Text Example
Text Example
White with #ACE5EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE5EB; }
p { color: rgb(172,229,235); }
H1.HeaderClassName
{
color: #ACE5EB;
}
.AnyTagClassName
{
color: #ACE5EB;
}
</style>
background-color css
<style>
a { background-color: #ACE5EB; }
a { background-color: rgb(172,229,235); }
div.DivClassName
{
background-color: #ACE5EB;
}
.BgClassName
{
background-color: #ACE5EB;
}
</style>
border-color css
<style>
span { border-color: #ACE5EB; }
span { border-color: rgb(172,229,235); }
td.TdClassName
{
border-color: #ACE5EB;
}
.TagClassName
{
border-color: #ACE5EB;
}
</style>