Shades of Powder Blue #ACE2EA
Tints of Powder Blue #ACE2EA
RGB
CMYK
RGB Variations
Color information
#ACE2EA (or 0xACE2EA) is known color: Powder Blue. HEX triplet: AC, E2 and EA. RGB value is (172,226,234). Sum of RGB (Red+Green+Blue) = 172+226+234=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 226 (88.67% from 255 or 35.76% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACE2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE2EA is #531D15. Grayscale: #D2D2D2. Windows color (decimal): -5446934 or 15393452. OLE color: 15393452.
HSL color Cylindrical-coordinate representation of color #ACE2EA: hue angle of 187.74º 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 #ACE2EA is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 226 | 234 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.08 |
| HSL | 187.74º | 0.6% | 0.8% | - |
| HSV(B) | 187.74º | 0.26% | 0.92% | - |
| XYZ | 59.06 | 69.1 | 88.07 | - |
| YUV | 210.77 | 141.11 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 234 | 0.26 | 0.03 | 0 | 0.08 | 187.74 | 0.6 | 0.8 |
| Hex | AC | E2 | EA | 1A | 3 | 0 | 8 | BC | 3C | 50 |
| Octal | 254 | 342 | 352 | 32 | 3 | 0 | 10 | 274 | 74 | 120 |
| Binary | 10101100 | 11100010 | 11101010 | 11010 | 11 | 0 | 1000 | 10111100 | 111100 | 1010000 |
Color Harmonies of #ACE2EA
Complementary color
Monochromatic Colors of #ACE2EA
Black with #ACE2EA
Text Example
Text Example
White with #ACE2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE2EA; }
p { color: rgb(172,226,234); }
H1.HeaderClassName
{
color: #ACE2EA;
}
.AnyTagClassName
{
color: #ACE2EA;
}
</style>
background-color css
<style>
a { background-color: #ACE2EA; }
a { background-color: rgb(172,226,234); }
div.DivClassName
{
background-color: #ACE2EA;
}
.BgClassName
{
background-color: #ACE2EA;
}
</style>
border-color css
<style>
span { border-color: #ACE2EA; }
span { border-color: rgb(172,226,234); }
td.TdClassName
{
border-color: #ACE2EA;
}
.TagClassName
{
border-color: #ACE2EA;
}
</style>