Shades of Powder Blue #ACE3E9
Tints of Powder Blue #ACE3E9
RGB
CMYK
RGB Variations
Color information
#ACE3E9 (or 0xACE3E9) is known color: Powder Blue. HEX triplet: AC, E3 and E9. RGB value is (172,227,233). Sum of RGB (Red+Green+Blue) = 172+227+233=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 227 (89.06% from 255 or 35.92% from 632); Blue value is 233 (91.41% from 255 or 36.87% from 632); Max value from RGB is 233 - color contains mainly: blue. Hex color #ACE3E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE3E9 is #531C16. Grayscale: #D3D3D3. Windows color (decimal): -5446679 or 15328172. OLE color: 15328172.
HSL color Cylindrical-coordinate representation of color #ACE3E9: hue angle of 185.9º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE3E9 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 227 | 233 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.09 |
| HSL | 185.9º | 0.58% | 0.79% | - |
| HSV(B) | 185.9º | 0.26% | 0.91% | - |
| XYZ | 59.19 | 69.59 | 87.4 | - |
| YUV | 211.24 | 140.28 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 233 | 0.26 | 0.03 | 0 | 0.09 | 185.9 | 0.58 | 0.79 |
| Hex | AC | E3 | E9 | 1A | 3 | 0 | 9 | BA | 3A | 4F |
| Octal | 254 | 343 | 351 | 32 | 3 | 0 | 11 | 272 | 72 | 117 |
| Binary | 10101100 | 11100011 | 11101001 | 11010 | 11 | 0 | 1001 | 10111010 | 111010 | 1001111 |
Color Harmonies of #ACE3E9
Complementary color
Monochromatic Colors of #ACE3E9
Black with #ACE3E9
Text Example
Text Example
White with #ACE3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE3E9; }
p { color: rgb(172,227,233); }
H1.HeaderClassName
{
color: #ACE3E9;
}
.AnyTagClassName
{
color: #ACE3E9;
}
</style>
background-color css
<style>
a { background-color: #ACE3E9; }
a { background-color: rgb(172,227,233); }
div.DivClassName
{
background-color: #ACE3E9;
}
.BgClassName
{
background-color: #ACE3E9;
}
</style>
border-color css
<style>
span { border-color: #ACE3E9; }
span { border-color: rgb(172,227,233); }
td.TdClassName
{
border-color: #ACE3E9;
}
.TagClassName
{
border-color: #ACE3E9;
}
</style>