Shades of Powder Blue #ACD9E0
Tints of Powder Blue #ACD9E0
RGB
CMYK
RGB Variations
Color information
#ACD9E0 (or 0xACD9E0) is known color: Powder Blue. HEX triplet: AC, D9 and E0. RGB value is (172,217,224). Sum of RGB (Red+Green+Blue) = 172+217+224=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 224 (87.89% from 255 or 36.54% from 613); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACD9E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9E0 is #53261F. Grayscale: #CCCCCC. Windows color (decimal): -5449248 or 14735788. OLE color: 14735788.
HSL color Cylindrical-coordinate representation of color #ACD9E0: hue angle of 188.08º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACD9E0 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 217 | 224 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.12 |
| HSL | 188.08º | 0.46% | 0.78% | - |
| HSV(B) | 188.08º | 0.23% | 0.88% | - |
| XYZ | 55.28 | 63.78 | 79.92 | - |
| YUV | 204.34 | 139.09 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 224 | 0.23 | 0.03 | 0 | 0.12 | 188.08 | 0.46 | 0.78 |
| Hex | AC | D9 | E0 | 17 | 3 | 0 | C | BC | 2E | 4E |
| Octal | 254 | 331 | 340 | 27 | 3 | 0 | 14 | 274 | 56 | 116 |
| Binary | 10101100 | 11011001 | 11100000 | 10111 | 11 | 0 | 1100 | 10111100 | 101110 | 1001110 |
Color Harmonies of #ACD9E0
Complementary color
Monochromatic Colors of #ACD9E0
Black with #ACD9E0
Text Example
Text Example
White with #ACD9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD9E0; }
p { color: rgb(172,217,224); }
H1.HeaderClassName
{
color: #ACD9E0;
}
.AnyTagClassName
{
color: #ACD9E0;
}
</style>
background-color css
<style>
a { background-color: #ACD9E0; }
a { background-color: rgb(172,217,224); }
div.DivClassName
{
background-color: #ACD9E0;
}
.BgClassName
{
background-color: #ACD9E0;
}
</style>
border-color css
<style>
span { border-color: #ACD9E0; }
span { border-color: rgb(172,217,224); }
td.TdClassName
{
border-color: #ACD9E0;
}
.TagClassName
{
border-color: #ACD9E0;
}
</style>