Shades of Powder Blue #ACE0EA
Tints of Powder Blue #ACE0EA
RGB
CMYK
RGB Variations
Color information
#ACE0EA (or 0xACE0EA) is known color: Powder Blue. HEX triplet: AC, E0 and EA. RGB value is (172,224,234). Sum of RGB (Red+Green+Blue) = 172+224+234=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 224 (87.89% from 255 or 35.56% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACE0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE0EA is #531F15. Grayscale: #D1D1D1. Windows color (decimal): -5447446 or 15392940. OLE color: 15392940.
HSL color Cylindrical-coordinate representation of color #ACE0EA: hue angle of 189.68º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE0EA is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 172 | 224 | 234 | - |
CMYK | 0.26 | 0.04 | 0 | 0.08 |
HSL | 189.68º | 0.6% | 0.8% | - |
HSV(B) | 189.68º | 0.26% | 0.92% | - |
XYZ | 58.52 | 68.02 | 87.89 | - |
YUV | 209.59 | 141.77 | 101.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 224 | 234 | 0.26 | 0.04 | 0 | 0.08 | 189.68 | 0.6 | 0.8 |
Hex | AC | E0 | EA | 1A | 4 | 0 | 8 | BE | 3C | 50 |
Octal | 254 | 340 | 352 | 32 | 4 | 0 | 10 | 276 | 74 | 120 |
Binary | 10101100 | 11100000 | 11101010 | 11010 | 100 | 0 | 1000 | 10111110 | 111100 | 1010000 |
Color Harmonies of #ACE0EA
Complementary color
Monochromatic Colors of #ACE0EA
Black with #ACE0EA
Text Example
Text Example
White with #ACE0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE0EA; }
p { color: rgb(172,224,234); }
H1.HeaderClassName
{
color: #ACE0EA;
}
.AnyTagClassName
{
color: #ACE0EA;
}
</style>
background-color css
<style>
a { background-color: #ACE0EA; }
a { background-color: rgb(172,224,234); }
div.DivClassName
{
background-color: #ACE0EA;
}
.BgClassName
{
background-color: #ACE0EA;
}
</style>
border-color css
<style>
span { border-color: #ACE0EA; }
span { border-color: rgb(172,224,234); }
td.TdClassName
{
border-color: #ACE0EA;
}
.TagClassName
{
border-color: #ACE0EA;
}
</style>