Shades of Powder Blue #ACDDDE
Tints of Powder Blue #ACDDDE
RGB
CMYK
RGB Variations
Color information
#ACDDDE (or 0xACDDDE) is known color: Powder Blue. HEX triplet: AC, DD and DE. RGB value is (172,221,222). Sum of RGB (Red+Green+Blue) = 172+221+222=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACDDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDDE is #532221. Grayscale: #CECECE. Windows color (decimal): -5448226 or 14605740. OLE color: 14605740.
HSL color Cylindrical-coordinate representation of color #ACDDDE: hue angle of 181.2º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDDDE is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 222 | - |
| CMYK | 0.23 | 0.00 | 0 | 0.13 |
| HSL | 181.2º | 0.43% | 0.77% | - |
| HSV(B) | 181.2º | 0.23% | 0.87% | - |
| XYZ | 56.05 | 65.76 | 78.85 | - |
| YUV | 206.46 | 136.77 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 222 | 0.23 | 0.00 | 0 | 0.13 | 181.2 | 0.43 | 0.77 |
| Hex | AC | DD | DE | 17 | 0 | 0 | D | B5 | 2B | 4D |
| Octal | 254 | 335 | 336 | 27 | 0 | 0 | 15 | 265 | 53 | 115 |
| Binary | 10101100 | 11011101 | 11011110 | 10111 | 0 | 0 | 1101 | 10110101 | 101011 | 1001101 |
Color Harmonies of #ACDDDE
Complementary color
Monochromatic Colors of #ACDDDE
Black with #ACDDDE
Text Example
Text Example
White with #ACDDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDDDE; }
p { color: rgb(172,221,222); }
H1.HeaderClassName
{
color: #ACDDDE;
}
.AnyTagClassName
{
color: #ACDDDE;
}
</style>
background-color css
<style>
a { background-color: #ACDDDE; }
a { background-color: rgb(172,221,222); }
div.DivClassName
{
background-color: #ACDDDE;
}
.BgClassName
{
background-color: #ACDDDE;
}
</style>
border-color css
<style>
span { border-color: #ACDDDE; }
span { border-color: rgb(172,221,222); }
td.TdClassName
{
border-color: #ACDDDE;
}
.TagClassName
{
border-color: #ACDDDE;
}
</style>