Shades of Powder Blue #ACE1E6
Tints of Powder Blue #ACE1E6
RGB
CMYK
RGB Variations
Color information
#ACE1E6 (or 0xACE1E6) is known color: Powder Blue. HEX triplet: AC, E1 and E6. RGB value is (172,225,230). Sum of RGB (Red+Green+Blue) = 172+225+230=627 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.43% from 627); Green value is 225 (88.28% from 255 or 35.89% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACE1E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE1E6 is #531E19. Grayscale: #D1D1D1. Windows color (decimal): -5447194 or 15131052. OLE color: 15131052.
HSL color Cylindrical-coordinate representation of color #ACE1E6: hue angle of 185.17º degrees, saturation: 0.54, 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 #ACE1E6 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 225 | 230 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.10 |
| HSL | 185.17º | 0.54% | 0.79% | - |
| HSV(B) | 185.17º | 0.25% | 0.9% | - |
| XYZ | 58.22 | 68.33 | 84.98 | - |
| YUV | 209.72 | 139.44 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 230 | 0.25 | 0.02 | 0 | 0.10 | 185.17 | 0.54 | 0.79 |
| Hex | AC | E1 | E6 | 19 | 2 | 0 | A | B9 | 36 | 4F |
| Octal | 254 | 341 | 346 | 31 | 2 | 0 | 12 | 271 | 66 | 117 |
| Binary | 10101100 | 11100001 | 11100110 | 11001 | 10 | 0 | 1010 | 10111001 | 110110 | 1001111 |
Color Harmonies of #ACE1E6
Complementary color
Monochromatic Colors of #ACE1E6
Black with #ACE1E6
Text Example
Text Example
White with #ACE1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE1E6; }
p { color: rgb(172,225,230); }
H1.HeaderClassName
{
color: #ACE1E6;
}
.AnyTagClassName
{
color: #ACE1E6;
}
</style>
background-color css
<style>
a { background-color: #ACE1E6; }
a { background-color: rgb(172,225,230); }
div.DivClassName
{
background-color: #ACE1E6;
}
.BgClassName
{
background-color: #ACE1E6;
}
</style>
border-color css
<style>
span { border-color: #ACE1E6; }
span { border-color: rgb(172,225,230); }
td.TdClassName
{
border-color: #ACE1E6;
}
.TagClassName
{
border-color: #ACE1E6;
}
</style>