Shades of Powder Blue #ACE4E2
Tints of Powder Blue #ACE4E2
RGB
CMYK
RGB Variations
Color information
#ACE4E2 (or 0xACE4E2) is known color: Powder Blue. HEX triplet: AC, E4 and E2. RGB value is (172,228,226). Sum of RGB (Red+Green+Blue) = 172+228+226=626 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.48% from 626); Green value is 228 (89.45% from 255 or 36.42% from 626); Blue value is 226 (88.67% from 255 or 36.10% from 626); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE4E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE4E2 is #531B1D. Grayscale: #D2D2D2. Windows color (decimal): -5446430 or 14869676. OLE color: 14869676.
HSL color Cylindrical-coordinate representation of color #ACE4E2: hue angle of 177.86º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE4E2 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
RGB | 172 | 228 | 226 | - |
CMYK | 0.25 | 0 | 0.01 | 0.11 |
HSL | 177.86º | 0.51% | 0.78% | - |
HSV(B) | 177.86º | 0.25% | 0.89% | - |
XYZ | 58.48 | 69.75 | 82.33 | - |
YUV | 211.03 | 136.45 | 100.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 228 | 226 | 0.25 | 0 | 0.01 | 0.11 | 177.86 | 0.51 | 0.78 |
Hex | AC | E4 | E2 | 19 | 0 | 1 | B | B2 | 33 | 4E |
Octal | 254 | 344 | 342 | 31 | 0 | 1 | 13 | 262 | 63 | 116 |
Binary | 10101100 | 11100100 | 11100010 | 11001 | 0 | 1 | 1011 | 10110010 | 110011 | 1001110 |
Color Harmonies of #ACE4E2
Complementary color
Monochromatic Colors of #ACE4E2
Black with #ACE4E2
Text Example
Text Example
White with #ACE4E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE4E2; }
p { color: rgb(172,228,226); }
H1.HeaderClassName
{
color: #ACE4E2;
}
.AnyTagClassName
{
color: #ACE4E2;
}
</style>
background-color css
<style>
a { background-color: #ACE4E2; }
a { background-color: rgb(172,228,226); }
div.DivClassName
{
background-color: #ACE4E2;
}
.BgClassName
{
background-color: #ACE4E2;
}
</style>
border-color css
<style>
span { border-color: #ACE4E2; }
span { border-color: rgb(172,228,226); }
td.TdClassName
{
border-color: #ACE4E2;
}
.TagClassName
{
border-color: #ACE4E2;
}
</style>