Shades of Powder Blue #ACD9DD
Tints of Powder Blue #ACD9DD
RGB
CMYK
RGB Variations
Color information
#ACD9DD (or 0xACD9DD) is known color: Powder Blue. HEX triplet: AC, D9 and DD. RGB value is (172,217,221). Sum of RGB (Red+Green+Blue) = 172+217+221=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 217 (85.16% from 255 or 35.57% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACD9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9DD is #532622. Grayscale: #CBCBCB. Windows color (decimal): -5449251 or 14539180. OLE color: 14539180.
HSL color Cylindrical-coordinate representation of color #ACD9DD: hue angle of 184.9º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACD9DD is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 217 | 221 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.13 |
| HSL | 184.9º | 0.42% | 0.77% | - |
| HSV(B) | 184.9º | 0.22% | 0.87% | - |
| XYZ | 54.88 | 63.62 | 77.79 | - |
| YUV | 204 | 137.59 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 221 | 0.22 | 0.02 | 0 | 0.13 | 184.9 | 0.42 | 0.77 |
| Hex | AC | D9 | DD | 16 | 2 | 0 | D | B9 | 2A | 4D |
| Octal | 254 | 331 | 335 | 26 | 2 | 0 | 15 | 271 | 52 | 115 |
| Binary | 10101100 | 11011001 | 11011101 | 10110 | 10 | 0 | 1101 | 10111001 | 101010 | 1001101 |
Color Harmonies of #ACD9DD
Complementary color
Monochromatic Colors of #ACD9DD
Black with #ACD9DD
Text Example
Text Example
White with #ACD9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD9DD; }
p { color: rgb(172,217,221); }
H1.HeaderClassName
{
color: #ACD9DD;
}
.AnyTagClassName
{
color: #ACD9DD;
}
</style>
background-color css
<style>
a { background-color: #ACD9DD; }
a { background-color: rgb(172,217,221); }
div.DivClassName
{
background-color: #ACD9DD;
}
.BgClassName
{
background-color: #ACD9DD;
}
</style>
border-color css
<style>
span { border-color: #ACD9DD; }
span { border-color: rgb(172,217,221); }
td.TdClassName
{
border-color: #ACD9DD;
}
.TagClassName
{
border-color: #ACD9DD;
}
</style>