Shades of Powder Blue #ACE1DF
Tints of Powder Blue #ACE1DF
RGB
CMYK
RGB Variations
Color information
#ACE1DF (or 0xACE1DF) is known color: Powder Blue. HEX triplet: AC, E1 and DF. RGB value is (172,225,223). Sum of RGB (Red+Green+Blue) = 172+225+223=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1DF is #531E20. Grayscale: #D0D0D0. Windows color (decimal): -5447201 or 14672300. OLE color: 14672300.
HSL color Cylindrical-coordinate representation of color #ACE1DF: hue angle of 177.74º 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 #ACE1DF is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 223 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.12 |
| HSL | 177.74º | 0.47% | 0.78% | - |
| HSV(B) | 177.74º | 0.24% | 0.88% | - |
| XYZ | 57.26 | 67.95 | 79.91 | - |
| YUV | 208.93 | 135.94 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 223 | 0.24 | 0 | 0.01 | 0.12 | 177.74 | 0.47 | 0.78 |
| Hex | AC | E1 | DF | 18 | 0 | 1 | C | B2 | 2F | 4E |
| Octal | 254 | 341 | 337 | 30 | 0 | 1 | 14 | 262 | 57 | 116 |
| Binary | 10101100 | 11100001 | 11011111 | 11000 | 0 | 1 | 1100 | 10110010 | 101111 | 1001110 |
Color Harmonies of #ACE1DF
Complementary color
Monochromatic Colors of #ACE1DF
Black with #ACE1DF
Text Example
Text Example
White with #ACE1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE1DF; }
p { color: rgb(172,225,223); }
H1.HeaderClassName
{
color: #ACE1DF;
}
.AnyTagClassName
{
color: #ACE1DF;
}
</style>
background-color css
<style>
a { background-color: #ACE1DF; }
a { background-color: rgb(172,225,223); }
div.DivClassName
{
background-color: #ACE1DF;
}
.BgClassName
{
background-color: #ACE1DF;
}
</style>
border-color css
<style>
span { border-color: #ACE1DF; }
span { border-color: rgb(172,225,223); }
td.TdClassName
{
border-color: #ACE1DF;
}
.TagClassName
{
border-color: #ACE1DF;
}
</style>