Shades of Powder Blue #ACDDE5
Tints of Powder Blue #ACDDE5
RGB
CMYK
RGB Variations
Color information
#ACDDE5 (or 0xACDDE5) is known color: Powder Blue. HEX triplet: AC, DD and E5. RGB value is (172,221,229). Sum of RGB (Red+Green+Blue) = 172+221+229=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACDDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDE5 is #53221A. Grayscale: #CFCFCF. Windows color (decimal): -5448219 or 15064492. OLE color: 15064492.
HSL color Cylindrical-coordinate representation of color #ACDDE5: hue angle of 188.42º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACDDE5 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 221 | 229 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.10 |
| HSL | 188.42º | 0.52% | 0.79% | - |
| HSV(B) | 188.42º | 0.25% | 0.9% | - |
| XYZ | 57.01 | 66.14 | 83.89 | - |
| YUV | 207.26 | 140.27 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 229 | 0.25 | 0.03 | 0 | 0.10 | 188.42 | 0.52 | 0.79 |
| Hex | AC | DD | E5 | 19 | 3 | 0 | A | BC | 34 | 4F |
| Octal | 254 | 335 | 345 | 31 | 3 | 0 | 12 | 274 | 64 | 117 |
| Binary | 10101100 | 11011101 | 11100101 | 11001 | 11 | 0 | 1010 | 10111100 | 110100 | 1001111 |
Color Harmonies of #ACDDE5
Complementary color
Monochromatic Colors of #ACDDE5
Black with #ACDDE5
Text Example
Text Example
White with #ACDDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDDE5; }
p { color: rgb(172,221,229); }
H1.HeaderClassName
{
color: #ACDDE5;
}
.AnyTagClassName
{
color: #ACDDE5;
}
</style>
background-color css
<style>
a { background-color: #ACDDE5; }
a { background-color: rgb(172,221,229); }
div.DivClassName
{
background-color: #ACDDE5;
}
.BgClassName
{
background-color: #ACDDE5;
}
</style>
border-color css
<style>
span { border-color: #ACDDE5; }
span { border-color: rgb(172,221,229); }
td.TdClassName
{
border-color: #ACDDE5;
}
.TagClassName
{
border-color: #ACDDE5;
}
</style>