Shades of Powder Blue #ACD8DC
Tints of Powder Blue #ACD8DC
RGB
CMYK
RGB Variations
Color information
#ACD8DC (or 0xACD8DC) is known color: Powder Blue. HEX triplet: AC, D8 and DC. RGB value is (172,216,220). Sum of RGB (Red+Green+Blue) = 172+216+220=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 216 (84.77% from 255 or 35.53% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACD8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD8DC is #532723. Grayscale: #CBCBCB. Windows color (decimal): -5449508 or 14473388. OLE color: 14473388.
HSL color Cylindrical-coordinate representation of color #ACD8DC: hue angle of 185º 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 #ACD8DC is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 216 | 220 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.14 |
| HSL | 185º | 0.41% | 0.77% | - |
| HSV(B) | 185º | 0.22% | 0.86% | - |
| XYZ | 54.49 | 63.05 | 77.01 | - |
| YUV | 203.3 | 137.42 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 220 | 0.22 | 0.02 | 0 | 0.14 | 185 | 0.41 | 0.77 |
| Hex | AC | D8 | DC | 16 | 2 | 0 | E | B9 | 29 | 4D |
| Octal | 254 | 330 | 334 | 26 | 2 | 0 | 16 | 271 | 51 | 115 |
| Binary | 10101100 | 11011000 | 11011100 | 10110 | 10 | 0 | 1110 | 10111001 | 101001 | 1001101 |
Color Harmonies of #ACD8DC
Complementary color
Monochromatic Colors of #ACD8DC
Black with #ACD8DC
Text Example
Text Example
White with #ACD8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD8DC; }
p { color: rgb(172,216,220); }
H1.HeaderClassName
{
color: #ACD8DC;
}
.AnyTagClassName
{
color: #ACD8DC;
}
</style>
background-color css
<style>
a { background-color: #ACD8DC; }
a { background-color: rgb(172,216,220); }
div.DivClassName
{
background-color: #ACD8DC;
}
.BgClassName
{
background-color: #ACD8DC;
}
</style>
border-color css
<style>
span { border-color: #ACD8DC; }
span { border-color: rgb(172,216,220); }
td.TdClassName
{
border-color: #ACD8DC;
}
.TagClassName
{
border-color: #ACD8DC;
}
</style>