Shades of Powder Blue #ACE5EA
Tints of Powder Blue #ACE5EA
RGB
CMYK
RGB Variations
Color information
#ACE5EA (or 0xACE5EA) is known color: Powder Blue. HEX triplet: AC, E5 and EA. RGB value is (172,229,234). Sum of RGB (Red+Green+Blue) = 172+229+234=635 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.09% from 635); Green value is 229 (89.84% from 255 or 36.06% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACE5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE5EA is #531A15. Grayscale: #D4D4D4. Windows color (decimal): -5446166 or 15394220. OLE color: 15394220.
HSL color Cylindrical-coordinate representation of color #ACE5EA: hue angle of 184.84º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE5EA is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 229 | 234 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.08 |
| HSL | 184.84º | 0.6% | 0.8% | - |
| HSV(B) | 184.84º | 0.26% | 0.92% | - |
| XYZ | 59.88 | 70.75 | 88.34 | - |
| YUV | 212.53 | 140.12 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 234 | 0.26 | 0.02 | 0 | 0.08 | 184.84 | 0.6 | 0.8 |
| Hex | AC | E5 | EA | 1A | 2 | 0 | 8 | B9 | 3C | 50 |
| Octal | 254 | 345 | 352 | 32 | 2 | 0 | 10 | 271 | 74 | 120 |
| Binary | 10101100 | 11100101 | 11101010 | 11010 | 10 | 0 | 1000 | 10111001 | 111100 | 1010000 |
Color Harmonies of #ACE5EA
Complementary color
Monochromatic Colors of #ACE5EA
Black with #ACE5EA
Text Example
Text Example
White with #ACE5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE5EA; }
p { color: rgb(172,229,234); }
H1.HeaderClassName
{
color: #ACE5EA;
}
.AnyTagClassName
{
color: #ACE5EA;
}
</style>
background-color css
<style>
a { background-color: #ACE5EA; }
a { background-color: rgb(172,229,234); }
div.DivClassName
{
background-color: #ACE5EA;
}
.BgClassName
{
background-color: #ACE5EA;
}
</style>
border-color css
<style>
span { border-color: #ACE5EA; }
span { border-color: rgb(172,229,234); }
td.TdClassName
{
border-color: #ACE5EA;
}
.TagClassName
{
border-color: #ACE5EA;
}
</style>