Shades of Powder Blue #ACE4EA
Tints of Powder Blue #ACE4EA
RGB
CMYK
RGB Variations
Color information
#ACE4EA (or 0xACE4EA) is known color: Powder Blue. HEX triplet: AC, E4 and EA. RGB value is (172,228,234). Sum of RGB (Red+Green+Blue) = 172+228+234=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 228 (89.45% from 255 or 35.96% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACE4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE4EA is #531B15. Grayscale: #D3D3D3. Windows color (decimal): -5446422 or 15393964. OLE color: 15393964.
HSL color Cylindrical-coordinate representation of color #ACE4EA: hue angle of 185.81º 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 #ACE4EA is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 228 | 234 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.08 |
| HSL | 185.81º | 0.6% | 0.8% | - |
| HSV(B) | 185.81º | 0.26% | 0.92% | - |
| XYZ | 59.61 | 70.2 | 88.25 | - |
| YUV | 211.94 | 140.45 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 234 | 0.26 | 0.03 | 0 | 0.08 | 185.81 | 0.6 | 0.8 |
| Hex | AC | E4 | EA | 1A | 3 | 0 | 8 | BA | 3C | 50 |
| Octal | 254 | 344 | 352 | 32 | 3 | 0 | 10 | 272 | 74 | 120 |
| Binary | 10101100 | 11100100 | 11101010 | 11010 | 11 | 0 | 1000 | 10111010 | 111100 | 1010000 |
Color Harmonies of #ACE4EA
Complementary color
Monochromatic Colors of #ACE4EA
Black with #ACE4EA
Text Example
Text Example
White with #ACE4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE4EA; }
p { color: rgb(172,228,234); }
H1.HeaderClassName
{
color: #ACE4EA;
}
.AnyTagClassName
{
color: #ACE4EA;
}
</style>
background-color css
<style>
a { background-color: #ACE4EA; }
a { background-color: rgb(172,228,234); }
div.DivClassName
{
background-color: #ACE4EA;
}
.BgClassName
{
background-color: #ACE4EA;
}
</style>
border-color css
<style>
span { border-color: #ACE4EA; }
span { border-color: rgb(172,228,234); }
td.TdClassName
{
border-color: #ACE4EA;
}
.TagClassName
{
border-color: #ACE4EA;
}
</style>