Shades of Powder Blue #AEE5E7
Tints of Powder Blue #AEE5E7
RGB
CMYK
RGB Variations
Color information
#AEE5E7 (or 0xAEE5E7) is known color: Powder Blue. HEX triplet: AE, E5 and E7. RGB value is (174,229,231). Sum of RGB (Red+Green+Blue) = 174+229+231=634 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.44% from 634); Green value is 229 (89.84% from 255 or 36.12% from 634); Blue value is 231 (90.62% from 255 or 36.44% from 634); Max value from RGB is 231 - color contains mainly: blue. Hex color #AEE5E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE5E7 is #511A18. Grayscale: #D4D4D4. Windows color (decimal): -5315097 or 15197614. OLE color: 15197614.
HSL color Cylindrical-coordinate representation of color #AEE5E7: hue angle of 182.11º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEE5E7 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 229 | 231 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.09 |
| HSL | 182.11º | 0.54% | 0.79% | - |
| HSV(B) | 182.11º | 0.25% | 0.91% | - |
| XYZ | 59.9 | 70.81 | 86.11 | - |
| YUV | 212.78 | 138.28 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 229 | 231 | 0.25 | 0.01 | 0 | 0.09 | 182.11 | 0.54 | 0.79 |
| Hex | AE | E5 | E7 | 19 | 1 | 0 | 9 | B6 | 36 | 4F |
| Octal | 256 | 345 | 347 | 31 | 1 | 0 | 11 | 266 | 66 | 117 |
| Binary | 10101110 | 11100101 | 11100111 | 11001 | 1 | 0 | 1001 | 10110110 | 110110 | 1001111 |
Color Harmonies of #AEE5E7
Complementary color
Monochromatic Colors of #AEE5E7
Black with #AEE5E7
Text Example
Text Example
White with #AEE5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE5E7; }
p { color: rgb(174,229,231); }
H1.HeaderClassName
{
color: #AEE5E7;
}
.AnyTagClassName
{
color: #AEE5E7;
}
</style>
background-color css
<style>
a { background-color: #AEE5E7; }
a { background-color: rgb(174,229,231); }
div.DivClassName
{
background-color: #AEE5E7;
}
.BgClassName
{
background-color: #AEE5E7;
}
</style>
border-color css
<style>
span { border-color: #AEE5E7; }
span { border-color: rgb(174,229,231); }
td.TdClassName
{
border-color: #AEE5E7;
}
.TagClassName
{
border-color: #AEE5E7;
}
</style>