Shades of Powder Blue #ACE0EB
Tints of Powder Blue #ACE0EB
RGB
CMYK
RGB Variations
Color information
#ACE0EB (or 0xACE0EB) is known color: Powder Blue. HEX triplet: AC, E0 and EB. RGB value is (172,224,235). Sum of RGB (Red+Green+Blue) = 172+224+235=631 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.26% from 631); Green value is 224 (87.89% from 255 or 35.50% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACE0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE0EB is #531F14. Grayscale: #D1D1D1. Windows color (decimal): -5447445 or 15458476. OLE color: 15458476.
HSL color Cylindrical-coordinate representation of color #ACE0EB: hue angle of 190.48º 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 #ACE0EB is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 224 | 235 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.08 |
| HSL | 190.48º | 0.61% | 0.8% | - |
| HSV(B) | 190.48º | 0.27% | 0.92% | - |
| XYZ | 58.66 | 68.08 | 88.65 | - |
| YUV | 209.71 | 142.27 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 235 | 0.27 | 0.05 | 0 | 0.08 | 190.48 | 0.61 | 0.8 |
| Hex | AC | E0 | EB | 1B | 5 | 0 | 8 | BE | 3D | 50 |
| Octal | 254 | 340 | 353 | 33 | 5 | 0 | 10 | 276 | 75 | 120 |
| Binary | 10101100 | 11100000 | 11101011 | 11011 | 101 | 0 | 1000 | 10111110 | 111101 | 1010000 |
Color Harmonies of #ACE0EB
Complementary color
Monochromatic Colors of #ACE0EB
Black with #ACE0EB
Text Example
Text Example
White with #ACE0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE0EB; }
p { color: rgb(172,224,235); }
H1.HeaderClassName
{
color: #ACE0EB;
}
.AnyTagClassName
{
color: #ACE0EB;
}
</style>
background-color css
<style>
a { background-color: #ACE0EB; }
a { background-color: rgb(172,224,235); }
div.DivClassName
{
background-color: #ACE0EB;
}
.BgClassName
{
background-color: #ACE0EB;
}
</style>
border-color css
<style>
span { border-color: #ACE0EB; }
span { border-color: rgb(172,224,235); }
td.TdClassName
{
border-color: #ACE0EB;
}
.TagClassName
{
border-color: #ACE0EB;
}
</style>