Shades of Powder Blue #ACDCE0
Tints of Powder Blue #ACDCE0
RGB
CMYK
RGB Variations
Color information
#ACDCE0 (or 0xACDCE0) is known color: Powder Blue. HEX triplet: AC, DC and E0. RGB value is (172,220,224). Sum of RGB (Red+Green+Blue) = 172+220+224=616 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.92% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 224 - color contains mainly: blue. Hex color #ACDCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCE0 is #53231F. Grayscale: #CECECE. Windows color (decimal): -5448480 or 14736556. OLE color: 14736556.
HSL color Cylindrical-coordinate representation of color #ACDCE0: hue angle of 184.62º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDCE0 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 220 | 224 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.12 |
| HSL | 184.62º | 0.46% | 0.78% | - |
| HSV(B) | 184.62º | 0.23% | 0.88% | - |
| XYZ | 56.06 | 65.34 | 80.18 | - |
| YUV | 206.1 | 138.1 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 224 | 0.23 | 0.02 | 0 | 0.12 | 184.62 | 0.46 | 0.78 |
| Hex | AC | DC | E0 | 17 | 2 | 0 | C | B9 | 2E | 4E |
| Octal | 254 | 334 | 340 | 27 | 2 | 0 | 14 | 271 | 56 | 116 |
| Binary | 10101100 | 11011100 | 11100000 | 10111 | 10 | 0 | 1100 | 10111001 | 101110 | 1001110 |
Color Harmonies of #ACDCE0
Complementary color
Monochromatic Colors of #ACDCE0
Black with #ACDCE0
Text Example
Text Example
White with #ACDCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDCE0; }
p { color: rgb(172,220,224); }
H1.HeaderClassName
{
color: #ACDCE0;
}
.AnyTagClassName
{
color: #ACDCE0;
}
</style>
background-color css
<style>
a { background-color: #ACDCE0; }
a { background-color: rgb(172,220,224); }
div.DivClassName
{
background-color: #ACDCE0;
}
.BgClassName
{
background-color: #ACDCE0;
}
</style>
border-color css
<style>
span { border-color: #ACDCE0; }
span { border-color: rgb(172,220,224); }
td.TdClassName
{
border-color: #ACDCE0;
}
.TagClassName
{
border-color: #ACDCE0;
}
</style>