Shades of Powder Blue #ACE0E6
Tints of Powder Blue #ACE0E6
RGB
CMYK
RGB Variations
Color information
#ACE0E6 (or 0xACE0E6) is known color: Powder Blue. HEX triplet: AC, E0 and E6. RGB value is (172,224,230). Sum of RGB (Red+Green+Blue) = 172+224+230=626 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.48% from 626); Green value is 224 (87.89% from 255 or 35.78% from 626); Blue value is 230 (90.23% from 255 or 36.74% from 626); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACE0E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE0E6 is #531F19. Grayscale: #D1D1D1. Windows color (decimal): -5447450 or 15130796. OLE color: 15130796.
HSL color Cylindrical-coordinate representation of color #ACE0E6: hue angle of 186.21º 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 #ACE0E6 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 224 | 230 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.10 |
| HSL | 186.21º | 0.54% | 0.79% | - |
| HSV(B) | 186.21º | 0.25% | 0.9% | - |
| XYZ | 57.95 | 67.8 | 84.89 | - |
| YUV | 209.14 | 139.77 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 230 | 0.25 | 0.03 | 0 | 0.10 | 186.21 | 0.54 | 0.79 |
| Hex | AC | E0 | E6 | 19 | 3 | 0 | A | BA | 36 | 4F |
| Octal | 254 | 340 | 346 | 31 | 3 | 0 | 12 | 272 | 66 | 117 |
| Binary | 10101100 | 11100000 | 11100110 | 11001 | 11 | 0 | 1010 | 10111010 | 110110 | 1001111 |
Color Harmonies of #ACE0E6
Complementary color
Monochromatic Colors of #ACE0E6
Black with #ACE0E6
Text Example
Text Example
White with #ACE0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE0E6; }
p { color: rgb(172,224,230); }
H1.HeaderClassName
{
color: #ACE0E6;
}
.AnyTagClassName
{
color: #ACE0E6;
}
</style>
background-color css
<style>
a { background-color: #ACE0E6; }
a { background-color: rgb(172,224,230); }
div.DivClassName
{
background-color: #ACE0E6;
}
.BgClassName
{
background-color: #ACE0E6;
}
</style>
border-color css
<style>
span { border-color: #ACE0E6; }
span { border-color: rgb(172,224,230); }
td.TdClassName
{
border-color: #ACE0E6;
}
.TagClassName
{
border-color: #ACE0E6;
}
</style>