Shades of Powder Blue #ACE6EA
Tints of Powder Blue #ACE6EA
RGB
CMYK
RGB Variations
Color information
#ACE6EA (or 0xACE6EA) is known color: Powder Blue. HEX triplet: AC, E6 and EA. RGB value is (172,230,234). Sum of RGB (Red+Green+Blue) = 172+230+234=636 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.04% from 636); Green value is 230 (90.23% from 255 or 36.16% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACE6EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE6EA is #531915. Grayscale: #D5D5D5. Windows color (decimal): -5445910 or 15394476. OLE color: 15394476.
HSL color Cylindrical-coordinate representation of color #ACE6EA: hue angle of 183.87º 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 #ACE6EA is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 230 | 234 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.08 |
| HSL | 183.87º | 0.6% | 0.8% | - |
| HSV(B) | 183.87º | 0.26% | 0.92% | - |
| XYZ | 60.16 | 71.3 | 88.43 | - |
| YUV | 213.11 | 139.78 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 234 | 0.26 | 0.02 | 0 | 0.08 | 183.87 | 0.6 | 0.8 |
| Hex | AC | E6 | EA | 1A | 2 | 0 | 8 | B8 | 3C | 50 |
| Octal | 254 | 346 | 352 | 32 | 2 | 0 | 10 | 270 | 74 | 120 |
| Binary | 10101100 | 11100110 | 11101010 | 11010 | 10 | 0 | 1000 | 10111000 | 111100 | 1010000 |
Color Harmonies of #ACE6EA
Complementary color
Monochromatic Colors of #ACE6EA
Black with #ACE6EA
Text Example
Text Example
White with #ACE6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE6EA; }
p { color: rgb(172,230,234); }
H1.HeaderClassName
{
color: #ACE6EA;
}
.AnyTagClassName
{
color: #ACE6EA;
}
</style>
background-color css
<style>
a { background-color: #ACE6EA; }
a { background-color: rgb(172,230,234); }
div.DivClassName
{
background-color: #ACE6EA;
}
.BgClassName
{
background-color: #ACE6EA;
}
</style>
border-color css
<style>
span { border-color: #ACE6EA; }
span { border-color: rgb(172,230,234); }
td.TdClassName
{
border-color: #ACE6EA;
}
.TagClassName
{
border-color: #ACE6EA;
}
</style>