Shades of Powder Blue #AEE1E5
Tints of Powder Blue #AEE1E5
RGB
CMYK
RGB Variations
Color information
#AEE1E5 (or 0xAEE1E5) is known color: Powder Blue. HEX triplet: AE, E1 and E5. RGB value is (174,225,229). Sum of RGB (Red+Green+Blue) = 174+225+229=628 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.71% from 628); Green value is 225 (88.28% from 255 or 35.83% from 628); Blue value is 229 (89.84% from 255 or 36.46% from 628); Max value from RGB is 229 - color contains mainly: blue. Hex color #AEE1E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE1E5 is #511E1A. Grayscale: #D2D2D2. Windows color (decimal): -5316123 or 15065518. OLE color: 15065518.
HSL color Cylindrical-coordinate representation of color #AEE1E5: hue angle of 184.36º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEE1E5 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 225 | 229 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.10 |
| HSL | 184.36º | 0.51% | 0.79% | - |
| HSV(B) | 184.36º | 0.24% | 0.9% | - |
| XYZ | 58.52 | 68.51 | 84.27 | - |
| YUV | 210.21 | 138.6 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 225 | 229 | 0.24 | 0.02 | 0 | 0.10 | 184.36 | 0.51 | 0.79 |
| Hex | AE | E1 | E5 | 18 | 2 | 0 | A | B8 | 33 | 4F |
| Octal | 256 | 341 | 345 | 30 | 2 | 0 | 12 | 270 | 63 | 117 |
| Binary | 10101110 | 11100001 | 11100101 | 11000 | 10 | 0 | 1010 | 10111000 | 110011 | 1001111 |
Color Harmonies of #AEE1E5
Complementary color
Monochromatic Colors of #AEE1E5
Black with #AEE1E5
Text Example
Text Example
White with #AEE1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE1E5; }
p { color: rgb(174,225,229); }
H1.HeaderClassName
{
color: #AEE1E5;
}
.AnyTagClassName
{
color: #AEE1E5;
}
</style>
background-color css
<style>
a { background-color: #AEE1E5; }
a { background-color: rgb(174,225,229); }
div.DivClassName
{
background-color: #AEE1E5;
}
.BgClassName
{
background-color: #AEE1E5;
}
</style>
border-color css
<style>
span { border-color: #AEE1E5; }
span { border-color: rgb(174,225,229); }
td.TdClassName
{
border-color: #AEE1E5;
}
.TagClassName
{
border-color: #AEE1E5;
}
</style>