Shades of Powder Blue #ACD9DC
Tints of Powder Blue #ACD9DC
RGB
CMYK
RGB Variations
Color information
#ACD9DC (or 0xACD9DC) is known color: Powder Blue. HEX triplet: AC, D9 and DC. RGB value is (172,217,220). Sum of RGB (Red+Green+Blue) = 172+217+220=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACD9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9DC is #532623. Grayscale: #CBCBCB. Windows color (decimal): -5449252 or 14473644. OLE color: 14473644.
HSL color Cylindrical-coordinate representation of color #ACD9DC: hue angle of 183.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACD9DC is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 217 | 220 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.14 |
| HSL | 183.75º | 0.41% | 0.77% | - |
| HSV(B) | 183.75º | 0.22% | 0.86% | - |
| XYZ | 54.74 | 63.56 | 77.09 | - |
| YUV | 203.89 | 137.09 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 220 | 0.22 | 0.01 | 0 | 0.14 | 183.75 | 0.41 | 0.77 |
| Hex | AC | D9 | DC | 16 | 1 | 0 | E | B8 | 29 | 4D |
| Octal | 254 | 331 | 334 | 26 | 1 | 0 | 16 | 270 | 51 | 115 |
| Binary | 10101100 | 11011001 | 11011100 | 10110 | 1 | 0 | 1110 | 10111000 | 101001 | 1001101 |
Color Harmonies of #ACD9DC
Complementary color
Monochromatic Colors of #ACD9DC
Black with #ACD9DC
Text Example
Text Example
White with #ACD9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD9DC; }
p { color: rgb(172,217,220); }
H1.HeaderClassName
{
color: #ACD9DC;
}
.AnyTagClassName
{
color: #ACD9DC;
}
</style>
background-color css
<style>
a { background-color: #ACD9DC; }
a { background-color: rgb(172,217,220); }
div.DivClassName
{
background-color: #ACD9DC;
}
.BgClassName
{
background-color: #ACD9DC;
}
</style>
border-color css
<style>
span { border-color: #ACD9DC; }
span { border-color: rgb(172,217,220); }
td.TdClassName
{
border-color: #ACD9DC;
}
.TagClassName
{
border-color: #ACD9DC;
}
</style>