Shades of Powder Blue #AEE0DF
Tints of Powder Blue #AEE0DF
RGB
CMYK
RGB Variations
Color information
#AEE0DF (or 0xAEE0DF) is known color: Powder Blue. HEX triplet: AE, E0 and DF. RGB value is (174,224,223). Sum of RGB (Red+Green+Blue) = 174+224+223=621 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.02% from 621); Green value is 224 (87.89% from 255 or 36.07% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE0DF is #511F20. Grayscale: #D0D0D0. Windows color (decimal): -5316385 or 14672046. OLE color: 14672046.
HSL color Cylindrical-coordinate representation of color #AEE0DF: hue angle of 178.8º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEE0DF is Cyan = 0.22, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 224 | 223 | - |
| CMYK | 0.22 | 0 | 0.00 | 0.12 |
| HSL | 178.8º | 0.45% | 0.78% | - |
| HSV(B) | 178.8º | 0.22% | 0.88% | - |
| XYZ | 57.43 | 67.64 | 79.84 | - |
| YUV | 208.94 | 135.94 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 224 | 223 | 0.22 | 0 | 0.00 | 0.12 | 178.8 | 0.45 | 0.78 |
| Hex | AE | E0 | DF | 16 | 0 | 0 | C | B3 | 2D | 4E |
| Octal | 256 | 340 | 337 | 26 | 0 | 0 | 14 | 263 | 55 | 116 |
| Binary | 10101110 | 11100000 | 11011111 | 10110 | 0 | 0 | 1100 | 10110011 | 101101 | 1001110 |
Color Harmonies of #AEE0DF
Complementary color
Monochromatic Colors of #AEE0DF
Black with #AEE0DF
Text Example
Text Example
White with #AEE0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE0DF; }
p { color: rgb(174,224,223); }
H1.HeaderClassName
{
color: #AEE0DF;
}
.AnyTagClassName
{
color: #AEE0DF;
}
</style>
background-color css
<style>
a { background-color: #AEE0DF; }
a { background-color: rgb(174,224,223); }
div.DivClassName
{
background-color: #AEE0DF;
}
.BgClassName
{
background-color: #AEE0DF;
}
</style>
border-color css
<style>
span { border-color: #AEE0DF; }
span { border-color: rgb(174,224,223); }
td.TdClassName
{
border-color: #AEE0DF;
}
.TagClassName
{
border-color: #AEE0DF;
}
</style>