Shades of Powder Blue #ACDEE4
Tints of Powder Blue #ACDEE4
RGB
CMYK
RGB Variations
Color information
#ACDEE4 (or 0xACDEE4) is known color: Powder Blue. HEX triplet: AC, DE and E4. RGB value is (172,222,228). Sum of RGB (Red+Green+Blue) = 172+222+228=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 228 (89.45% from 255 or 36.66% from 622); Max value from RGB is 228 - color contains mainly: blue. Hex color #ACDEE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDEE4 is #53211B. Grayscale: #CFCFCF. Windows color (decimal): -5447964 or 14999212. OLE color: 14999212.
HSL color Cylindrical-coordinate representation of color #ACDEE4: hue angle of 186.43º 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 #ACDEE4 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 222 | 228 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.11 |
| HSL | 186.43º | 0.51% | 0.78% | - |
| HSV(B) | 186.43º | 0.25% | 0.89% | - |
| XYZ | 57.14 | 66.61 | 83.25 | - |
| YUV | 207.73 | 139.44 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 222 | 228 | 0.25 | 0.03 | 0 | 0.11 | 186.43 | 0.51 | 0.78 |
| Hex | AC | DE | E4 | 19 | 3 | 0 | B | BA | 33 | 4E |
| Octal | 254 | 336 | 344 | 31 | 3 | 0 | 13 | 272 | 63 | 116 |
| Binary | 10101100 | 11011110 | 11100100 | 11001 | 11 | 0 | 1011 | 10111010 | 110011 | 1001110 |
Color Harmonies of #ACDEE4
Complementary color
Monochromatic Colors of #ACDEE4
Black with #ACDEE4
Text Example
Text Example
White with #ACDEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDEE4; }
p { color: rgb(172,222,228); }
H1.HeaderClassName
{
color: #ACDEE4;
}
.AnyTagClassName
{
color: #ACDEE4;
}
</style>
background-color css
<style>
a { background-color: #ACDEE4; }
a { background-color: rgb(172,222,228); }
div.DivClassName
{
background-color: #ACDEE4;
}
.BgClassName
{
background-color: #ACDEE4;
}
</style>
border-color css
<style>
span { border-color: #ACDEE4; }
span { border-color: rgb(172,222,228); }
td.TdClassName
{
border-color: #ACDEE4;
}
.TagClassName
{
border-color: #ACDEE4;
}
</style>