Shades of Powder Blue #ACE3EB
Tints of Powder Blue #ACE3EB
RGB
CMYK
RGB Variations
Color information
#ACE3EB (or 0xACE3EB) is known color: Powder Blue. HEX triplet: AC, E3 and EB. RGB value is (172,227,235). Sum of RGB (Red+Green+Blue) = 172+227+235=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 227 (89.06% from 255 or 35.80% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACE3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE3EB is #531C14. Grayscale: #D3D3D3. Windows color (decimal): -5446677 or 15459244. OLE color: 15459244.
HSL color Cylindrical-coordinate representation of color #ACE3EB: hue angle of 187.62º 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 #ACE3EB is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 227 | 235 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.08 |
| HSL | 187.62º | 0.61% | 0.8% | - |
| HSV(B) | 187.62º | 0.27% | 0.92% | - |
| XYZ | 59.48 | 69.71 | 88.92 | - |
| YUV | 211.47 | 141.28 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 235 | 0.27 | 0.03 | 0 | 0.08 | 187.62 | 0.61 | 0.8 |
| Hex | AC | E3 | EB | 1B | 3 | 0 | 8 | BC | 3D | 50 |
| Octal | 254 | 343 | 353 | 33 | 3 | 0 | 10 | 274 | 75 | 120 |
| Binary | 10101100 | 11100011 | 11101011 | 11011 | 11 | 0 | 1000 | 10111100 | 111101 | 1010000 |
Color Harmonies of #ACE3EB
Complementary color
Monochromatic Colors of #ACE3EB
Black with #ACE3EB
Text Example
Text Example
White with #ACE3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE3EB; }
p { color: rgb(172,227,235); }
H1.HeaderClassName
{
color: #ACE3EB;
}
.AnyTagClassName
{
color: #ACE3EB;
}
</style>
background-color css
<style>
a { background-color: #ACE3EB; }
a { background-color: rgb(172,227,235); }
div.DivClassName
{
background-color: #ACE3EB;
}
.BgClassName
{
background-color: #ACE3EB;
}
</style>
border-color css
<style>
span { border-color: #ACE3EB; }
span { border-color: rgb(172,227,235); }
td.TdClassName
{
border-color: #ACE3EB;
}
.TagClassName
{
border-color: #ACE3EB;
}
</style>