Shades of Powder Blue #ACE3E5
Tints of Powder Blue #ACE3E5
RGB
CMYK
RGB Variations
Color information
#ACE3E5 (or 0xACE3E5) is known color: Powder Blue. HEX triplet: AC, E3 and E5. RGB value is (172,227,229). Sum of RGB (Red+Green+Blue) = 172+227+229=628 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.39% from 628); Green value is 227 (89.06% from 255 or 36.15% from 628); Blue value is 229 (89.84% from 255 or 36.46% from 628); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACE3E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE3E5 is #531C1A. Grayscale: #D2D2D2. Windows color (decimal): -5446683 or 15066028. OLE color: 15066028.
HSL color Cylindrical-coordinate representation of color #ACE3E5: hue angle of 182.11º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE3E5 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 227 | 229 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.10 |
| HSL | 182.11º | 0.52% | 0.79% | - |
| HSV(B) | 182.11º | 0.25% | 0.9% | - |
| XYZ | 58.63 | 69.37 | 84.43 | - |
| YUV | 210.78 | 138.28 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 229 | 0.25 | 0.01 | 0 | 0.10 | 182.11 | 0.52 | 0.79 |
| Hex | AC | E3 | E5 | 19 | 1 | 0 | A | B6 | 34 | 4F |
| Octal | 254 | 343 | 345 | 31 | 1 | 0 | 12 | 266 | 64 | 117 |
| Binary | 10101100 | 11100011 | 11100101 | 11001 | 1 | 0 | 1010 | 10110110 | 110100 | 1001111 |
Color Harmonies of #ACE3E5
Complementary color
Monochromatic Colors of #ACE3E5
Black with #ACE3E5
Text Example
Text Example
White with #ACE3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE3E5; }
p { color: rgb(172,227,229); }
H1.HeaderClassName
{
color: #ACE3E5;
}
.AnyTagClassName
{
color: #ACE3E5;
}
</style>
background-color css
<style>
a { background-color: #ACE3E5; }
a { background-color: rgb(172,227,229); }
div.DivClassName
{
background-color: #ACE3E5;
}
.BgClassName
{
background-color: #ACE3E5;
}
</style>
border-color css
<style>
span { border-color: #ACE3E5; }
span { border-color: rgb(172,227,229); }
td.TdClassName
{
border-color: #ACE3E5;
}
.TagClassName
{
border-color: #ACE3E5;
}
</style>