Shades of Powder Blue #ACE1DE
Tints of Powder Blue #ACE1DE
RGB
CMYK
RGB Variations
Color information
#ACE1DE (or 0xACE1DE) is known color: Powder Blue. HEX triplet: AC, E1 and DE. RGB value is (172,225,222). Sum of RGB (Red+Green+Blue) = 172+225+222=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1DE is #531E21. Grayscale: #D0D0D0. Windows color (decimal): -5447202 or 14606764. OLE color: 14606764.
HSL color Cylindrical-coordinate representation of color #ACE1DE: hue angle of 176.6º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE1DE is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 222 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.12 |
| HSL | 176.6º | 0.47% | 0.78% | - |
| HSV(B) | 176.6º | 0.24% | 0.88% | - |
| XYZ | 57.12 | 67.9 | 79.2 | - |
| YUV | 208.81 | 135.44 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 222 | 0.24 | 0 | 0.01 | 0.12 | 176.6 | 0.47 | 0.78 |
| Hex | AC | E1 | DE | 18 | 0 | 1 | C | B1 | 2F | 4E |
| Octal | 254 | 341 | 336 | 30 | 0 | 1 | 14 | 261 | 57 | 116 |
| Binary | 10101100 | 11100001 | 11011110 | 11000 | 0 | 1 | 1100 | 10110001 | 101111 | 1001110 |
Color Harmonies of #ACE1DE
Complementary color
Monochromatic Colors of #ACE1DE
Black with #ACE1DE
Text Example
Text Example
White with #ACE1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE1DE; }
p { color: rgb(172,225,222); }
H1.HeaderClassName
{
color: #ACE1DE;
}
.AnyTagClassName
{
color: #ACE1DE;
}
</style>
background-color css
<style>
a { background-color: #ACE1DE; }
a { background-color: rgb(172,225,222); }
div.DivClassName
{
background-color: #ACE1DE;
}
.BgClassName
{
background-color: #ACE1DE;
}
</style>
border-color css
<style>
span { border-color: #ACE1DE; }
span { border-color: rgb(172,225,222); }
td.TdClassName
{
border-color: #ACE1DE;
}
.TagClassName
{
border-color: #ACE1DE;
}
</style>