Shades of Powder Blue #AEE2DF
Tints of Powder Blue #AEE2DF
RGB
CMYK
RGB Variations
Color information
#AEE2DF (or 0xAEE2DF) is known color: Powder Blue. HEX triplet: AE, E2 and DF. RGB value is (174,226,223). Sum of RGB (Red+Green+Blue) = 174+226+223=623 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.93% from 623); Green value is 226 (88.67% from 255 or 36.28% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE2DF is #511D20. Grayscale: #D2D2D2. Windows color (decimal): -5315873 or 14672558. OLE color: 14672558.
HSL color Cylindrical-coordinate representation of color #AEE2DF: hue angle of 176.54º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEE2DF is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 226 | 223 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.11 |
| HSL | 176.54º | 0.47% | 0.78% | - |
| HSV(B) | 176.54º | 0.23% | 0.89% | - |
| XYZ | 57.97 | 68.72 | 80.02 | - |
| YUV | 210.11 | 135.27 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 226 | 223 | 0.23 | 0 | 0.01 | 0.11 | 176.54 | 0.47 | 0.78 |
| Hex | AE | E2 | DF | 17 | 0 | 1 | B | B1 | 2F | 4E |
| Octal | 256 | 342 | 337 | 27 | 0 | 1 | 13 | 261 | 57 | 116 |
| Binary | 10101110 | 11100010 | 11011111 | 10111 | 0 | 1 | 1011 | 10110001 | 101111 | 1001110 |
Color Harmonies of #AEE2DF
Complementary color
Monochromatic Colors of #AEE2DF
Black with #AEE2DF
Text Example
Text Example
White with #AEE2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE2DF; }
p { color: rgb(174,226,223); }
H1.HeaderClassName
{
color: #AEE2DF;
}
.AnyTagClassName
{
color: #AEE2DF;
}
</style>
background-color css
<style>
a { background-color: #AEE2DF; }
a { background-color: rgb(174,226,223); }
div.DivClassName
{
background-color: #AEE2DF;
}
.BgClassName
{
background-color: #AEE2DF;
}
</style>
border-color css
<style>
span { border-color: #AEE2DF; }
span { border-color: rgb(174,226,223); }
td.TdClassName
{
border-color: #AEE2DF;
}
.TagClassName
{
border-color: #AEE2DF;
}
</style>