Shades of Powder Blue #AEE1EC
Tints of Powder Blue #AEE1EC
RGB
CMYK
RGB Variations
Color information
#AEE1EC (or 0xAEE1EC) is known color: Powder Blue. HEX triplet: AE, E1 and EC. RGB value is (174,225,236). Sum of RGB (Red+Green+Blue) = 174+225+236=635 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.40% from 635); Green value is 225 (88.28% from 255 or 35.43% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEE1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE1EC is #511E13. Grayscale: #D2D2D2. Windows color (decimal): -5316116 or 15524270. OLE color: 15524270.
HSL color Cylindrical-coordinate representation of color #AEE1EC: hue angle of 190.65º 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 #AEE1EC is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 225 | 236 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.07 |
| HSL | 190.65º | 0.62% | 0.8% | - |
| HSV(B) | 190.65º | 0.26% | 0.93% | - |
| XYZ | 59.52 | 68.91 | 89.52 | - |
| YUV | 211.01 | 142.1 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 225 | 236 | 0.26 | 0.05 | 0 | 0.07 | 190.65 | 0.62 | 0.8 |
| Hex | AE | E1 | EC | 1A | 5 | 0 | 7 | BF | 3E | 50 |
| Octal | 256 | 341 | 354 | 32 | 5 | 0 | 7 | 277 | 76 | 120 |
| Binary | 10101110 | 11100001 | 11101100 | 11010 | 101 | 0 | 111 | 10111111 | 111110 | 1010000 |
Color Harmonies of #AEE1EC
Complementary color
Monochromatic Colors of #AEE1EC
Black with #AEE1EC
Text Example
Text Example
White with #AEE1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE1EC; }
p { color: rgb(174,225,236); }
H1.HeaderClassName
{
color: #AEE1EC;
}
.AnyTagClassName
{
color: #AEE1EC;
}
</style>
background-color css
<style>
a { background-color: #AEE1EC; }
a { background-color: rgb(174,225,236); }
div.DivClassName
{
background-color: #AEE1EC;
}
.BgClassName
{
background-color: #AEE1EC;
}
</style>
border-color css
<style>
span { border-color: #AEE1EC; }
span { border-color: rgb(174,225,236); }
td.TdClassName
{
border-color: #AEE1EC;
}
.TagClassName
{
border-color: #AEE1EC;
}
</style>