Shades of Powder Blue #AEE1DF
Tints of Powder Blue #AEE1DF
RGB
CMYK
RGB Variations
Color information
#AEE1DF (or 0xAEE1DF) is known color: Powder Blue. HEX triplet: AE, E1 and DF. RGB value is (174,225,223). Sum of RGB (Red+Green+Blue) = 174+225+223=622 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.97% from 622); Green value is 225 (88.28% from 255 or 36.17% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE1DF is #511E20. Grayscale: #D1D1D1. Windows color (decimal): -5316129 or 14672302. OLE color: 14672302.
HSL color Cylindrical-coordinate representation of color #AEE1DF: hue angle of 177.65º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEE1DF is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 225 | 223 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.12 |
| HSL | 177.65º | 0.46% | 0.78% | - |
| HSV(B) | 177.65º | 0.23% | 0.88% | - |
| XYZ | 57.7 | 68.18 | 79.93 | - |
| YUV | 209.52 | 135.6 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 225 | 223 | 0.23 | 0 | 0.01 | 0.12 | 177.65 | 0.46 | 0.78 |
| Hex | AE | E1 | DF | 17 | 0 | 1 | C | B2 | 2E | 4E |
| Octal | 256 | 341 | 337 | 27 | 0 | 1 | 14 | 262 | 56 | 116 |
| Binary | 10101110 | 11100001 | 11011111 | 10111 | 0 | 1 | 1100 | 10110010 | 101110 | 1001110 |
Color Harmonies of #AEE1DF
Complementary color
Monochromatic Colors of #AEE1DF
Black with #AEE1DF
Text Example
Text Example
White with #AEE1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE1DF; }
p { color: rgb(174,225,223); }
H1.HeaderClassName
{
color: #AEE1DF;
}
.AnyTagClassName
{
color: #AEE1DF;
}
</style>
background-color css
<style>
a { background-color: #AEE1DF; }
a { background-color: rgb(174,225,223); }
div.DivClassName
{
background-color: #AEE1DF;
}
.BgClassName
{
background-color: #AEE1DF;
}
</style>
border-color css
<style>
span { border-color: #AEE1DF; }
span { border-color: rgb(174,225,223); }
td.TdClassName
{
border-color: #AEE1DF;
}
.TagClassName
{
border-color: #AEE1DF;
}
</style>