Shades of Powder Blue #ACD7DC
Tints of Powder Blue #ACD7DC
RGB
CMYK
RGB Variations
Color information
#ACD7DC (or 0xACD7DC) is known color: Powder Blue. HEX triplet: AC, D7 and DC. RGB value is (172,215,220). Sum of RGB (Red+Green+Blue) = 172+215+220=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACD7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD7DC is #532823. Grayscale: #CACACA. Windows color (decimal): -5449764 or 14473132. OLE color: 14473132.
HSL color Cylindrical-coordinate representation of color #ACD7DC: hue angle of 186.25º 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 #ACD7DC is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 215 | 220 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.14 |
| HSL | 186.25º | 0.41% | 0.77% | - |
| HSV(B) | 186.25º | 0.22% | 0.86% | - |
| XYZ | 54.23 | 62.54 | 76.92 | - |
| YUV | 202.71 | 137.75 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 220 | 0.22 | 0.02 | 0 | 0.14 | 186.25 | 0.41 | 0.77 |
| Hex | AC | D7 | DC | 16 | 2 | 0 | E | BA | 29 | 4D |
| Octal | 254 | 327 | 334 | 26 | 2 | 0 | 16 | 272 | 51 | 115 |
| Binary | 10101100 | 11010111 | 11011100 | 10110 | 10 | 0 | 1110 | 10111010 | 101001 | 1001101 |
Color Harmonies of #ACD7DC
Complementary color
Monochromatic Colors of #ACD7DC
Black with #ACD7DC
Text Example
Text Example
White with #ACD7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD7DC; }
p { color: rgb(172,215,220); }
H1.HeaderClassName
{
color: #ACD7DC;
}
.AnyTagClassName
{
color: #ACD7DC;
}
</style>
background-color css
<style>
a { background-color: #ACD7DC; }
a { background-color: rgb(172,215,220); }
div.DivClassName
{
background-color: #ACD7DC;
}
.BgClassName
{
background-color: #ACD7DC;
}
</style>
border-color css
<style>
span { border-color: #ACD7DC; }
span { border-color: rgb(172,215,220); }
td.TdClassName
{
border-color: #ACD7DC;
}
.TagClassName
{
border-color: #ACD7DC;
}
</style>