Shades of Powder Blue #ACE1E7
Tints of Powder Blue #ACE1E7
RGB
CMYK
RGB Variations
Color information
#ACE1E7 (or 0xACE1E7) is known color: Powder Blue. HEX triplet: AC, E1 and E7. RGB value is (172,225,231). Sum of RGB (Red+Green+Blue) = 172+225+231=628 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.39% from 628); Green value is 225 (88.28% from 255 or 35.83% from 628); Blue value is 231 (90.62% from 255 or 36.78% from 628); Max value from RGB is 231 - color contains mainly: blue. Hex color #ACE1E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE1E7 is #531E18. Grayscale: #D1D1D1. Windows color (decimal): -5447193 or 15196588. OLE color: 15196588.
HSL color Cylindrical-coordinate representation of color #ACE1E7: hue angle of 186.1º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE1E7 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 172 | 225 | 231 | - |
CMYK | 0.26 | 0.03 | 0 | 0.09 |
HSL | 186.1º | 0.55% | 0.79% | - |
HSV(B) | 186.1º | 0.26% | 0.91% | - |
XYZ | 58.36 | 68.39 | 85.73 | - |
YUV | 209.84 | 139.94 | 101.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 225 | 231 | 0.26 | 0.03 | 0 | 0.09 | 186.1 | 0.55 | 0.79 |
Hex | AC | E1 | E7 | 1A | 3 | 0 | 9 | BA | 37 | 4F |
Octal | 254 | 341 | 347 | 32 | 3 | 0 | 11 | 272 | 67 | 117 |
Binary | 10101100 | 11100001 | 11100111 | 11010 | 11 | 0 | 1001 | 10111010 | 110111 | 1001111 |
Color Harmonies of #ACE1E7
Complementary color
Monochromatic Colors of #ACE1E7
Black with #ACE1E7
Text Example
Text Example
White with #ACE1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE1E7; }
p { color: rgb(172,225,231); }
H1.HeaderClassName
{
color: #ACE1E7;
}
.AnyTagClassName
{
color: #ACE1E7;
}
</style>
background-color css
<style>
a { background-color: #ACE1E7; }
a { background-color: rgb(172,225,231); }
div.DivClassName
{
background-color: #ACE1E7;
}
.BgClassName
{
background-color: #ACE1E7;
}
</style>
border-color css
<style>
span { border-color: #ACE1E7; }
span { border-color: rgb(172,225,231); }
td.TdClassName
{
border-color: #ACE1E7;
}
.TagClassName
{
border-color: #ACE1E7;
}
</style>