Shades of Powder Blue #ACE0E1
Tints of Powder Blue #ACE0E1
RGB
CMYK
RGB Variations
Color information
#ACE0E1 (or 0xACE0E1) is known color: Powder Blue. HEX triplet: AC, E0 and E1. RGB value is (172,224,225). Sum of RGB (Red+Green+Blue) = 172+224+225=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 224 (87.89% from 255 or 36.07% from 621); Blue value is 225 (88.28% from 255 or 36.23% from 621); Max value from RGB is 225 - color contains mainly: blue. Hex color #ACE0E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0E1 is #531F1E. Grayscale: #D0D0D0. Windows color (decimal): -5447455 or 14803116. OLE color: 14803116.
HSL color Cylindrical-coordinate representation of color #ACE0E1: hue angle of 181.13º 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 #ACE0E1 is Cyan = 0.24, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 225 | - |
| CMYK | 0.24 | 0.00 | 0 | 0.12 |
| HSL | 181.13º | 0.47% | 0.78% | - |
| HSV(B) | 181.13º | 0.24% | 0.88% | - |
| XYZ | 57.26 | 67.52 | 81.25 | - |
| YUV | 208.57 | 137.27 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 225 | 0.24 | 0.00 | 0 | 0.12 | 181.13 | 0.47 | 0.78 |
| Hex | AC | E0 | E1 | 18 | 0 | 0 | C | B5 | 2F | 4E |
| Octal | 254 | 340 | 341 | 30 | 0 | 0 | 14 | 265 | 57 | 116 |
| Binary | 10101100 | 11100000 | 11100001 | 11000 | 0 | 0 | 1100 | 10110101 | 101111 | 1001110 |
Color Harmonies of #ACE0E1
Complementary color
Monochromatic Colors of #ACE0E1
Black with #ACE0E1
Text Example
Text Example
White with #ACE0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE0E1; }
p { color: rgb(172,224,225); }
H1.HeaderClassName
{
color: #ACE0E1;
}
.AnyTagClassName
{
color: #ACE0E1;
}
</style>
background-color css
<style>
a { background-color: #ACE0E1; }
a { background-color: rgb(172,224,225); }
div.DivClassName
{
background-color: #ACE0E1;
}
.BgClassName
{
background-color: #ACE0E1;
}
</style>
border-color css
<style>
span { border-color: #ACE0E1; }
span { border-color: rgb(172,224,225); }
td.TdClassName
{
border-color: #ACE0E1;
}
.TagClassName
{
border-color: #ACE0E1;
}
</style>