Shades of Powder Blue #ACDCE5
Tints of Powder Blue #ACDCE5
RGB
CMYK
RGB Variations
Color information
#ACDCE5 (or 0xACDCE5) is known color: Powder Blue. HEX triplet: AC, DC and E5. RGB value is (172,220,229). Sum of RGB (Red+Green+Blue) = 172+220+229=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 229 (89.84% from 255 or 36.88% from 621); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACDCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCE5 is #53231A. Grayscale: #CECECE. Windows color (decimal): -5448475 or 15064236. OLE color: 15064236.
HSL color Cylindrical-coordinate representation of color #ACDCE5: hue angle of 189.47º 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 #ACDCE5 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 220 | 229 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.10 |
| HSL | 189.47º | 0.52% | 0.79% | - |
| HSV(B) | 189.47º | 0.25% | 0.9% | - |
| XYZ | 56.75 | 65.61 | 83.8 | - |
| YUV | 206.67 | 140.6 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 229 | 0.25 | 0.04 | 0 | 0.10 | 189.47 | 0.52 | 0.79 |
| Hex | AC | DC | E5 | 19 | 4 | 0 | A | BD | 34 | 4F |
| Octal | 254 | 334 | 345 | 31 | 4 | 0 | 12 | 275 | 64 | 117 |
| Binary | 10101100 | 11011100 | 11100101 | 11001 | 100 | 0 | 1010 | 10111101 | 110100 | 1001111 |
Color Harmonies of #ACDCE5
Complementary color
Monochromatic Colors of #ACDCE5
Black with #ACDCE5
Text Example
Text Example
White with #ACDCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDCE5; }
p { color: rgb(172,220,229); }
H1.HeaderClassName
{
color: #ACDCE5;
}
.AnyTagClassName
{
color: #ACDCE5;
}
</style>
background-color css
<style>
a { background-color: #ACDCE5; }
a { background-color: rgb(172,220,229); }
div.DivClassName
{
background-color: #ACDCE5;
}
.BgClassName
{
background-color: #ACDCE5;
}
</style>
border-color css
<style>
span { border-color: #ACDCE5; }
span { border-color: rgb(172,220,229); }
td.TdClassName
{
border-color: #ACDCE5;
}
.TagClassName
{
border-color: #ACDCE5;
}
</style>