Shades of Powder Blue #AEE0EC
Tints of Powder Blue #AEE0EC
RGB
CMYK
RGB Variations
Color information
#AEE0EC (or 0xAEE0EC) is known color: Powder Blue. HEX triplet: AE, E0 and EC. RGB value is (174,224,236). Sum of RGB (Red+Green+Blue) = 174+224+236=634 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.44% from 634); Green value is 224 (87.89% from 255 or 35.33% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEE0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE0EC is #511F13. Grayscale: #D2D2D2. Windows color (decimal): -5316372 or 15524014. OLE color: 15524014.
HSL color Cylindrical-coordinate representation of color #AEE0EC: hue angle of 191.61º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEE0EC is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 224 | 236 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.07 |
| HSL | 191.61º | 0.62% | 0.8% | - |
| HSV(B) | 191.61º | 0.26% | 0.93% | - |
| XYZ | 59.25 | 68.37 | 89.43 | - |
| YUV | 210.42 | 142.44 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 224 | 236 | 0.26 | 0.05 | 0 | 0.07 | 191.61 | 0.62 | 0.8 |
| Hex | AE | E0 | EC | 1A | 5 | 0 | 7 | C0 | 3E | 50 |
| Octal | 256 | 340 | 354 | 32 | 5 | 0 | 7 | 300 | 76 | 120 |
| Binary | 10101110 | 11100000 | 11101100 | 11010 | 101 | 0 | 111 | 11000000 | 111110 | 1010000 |
Color Harmonies of #AEE0EC
Complementary color
Monochromatic Colors of #AEE0EC
Black with #AEE0EC
Text Example
Text Example
White with #AEE0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE0EC; }
p { color: rgb(174,224,236); }
H1.HeaderClassName
{
color: #AEE0EC;
}
.AnyTagClassName
{
color: #AEE0EC;
}
</style>
background-color css
<style>
a { background-color: #AEE0EC; }
a { background-color: rgb(174,224,236); }
div.DivClassName
{
background-color: #AEE0EC;
}
.BgClassName
{
background-color: #AEE0EC;
}
</style>
border-color css
<style>
span { border-color: #AEE0EC; }
span { border-color: rgb(174,224,236); }
td.TdClassName
{
border-color: #AEE0EC;
}
.TagClassName
{
border-color: #AEE0EC;
}
</style>