Shades of Powder Blue #AEE5E8
Tints of Powder Blue #AEE5E8
RGB
CMYK
RGB Variations
Color information
#AEE5E8 (or 0xAEE5E8) is known color: Powder Blue. HEX triplet: AE, E5 and E8. RGB value is (174,229,232). Sum of RGB (Red+Green+Blue) = 174+229+232=635 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.40% from 635); Green value is 229 (89.84% from 255 or 36.06% from 635); Blue value is 232 (91.02% from 255 or 36.54% from 635); Max value from RGB is 232 - color contains mainly: blue. Hex color #AEE5E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE5E8 is #511A17. Grayscale: #D4D4D4. Windows color (decimal): -5315096 or 15263150. OLE color: 15263150.
HSL color Cylindrical-coordinate representation of color #AEE5E8: hue angle of 183.1º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEE5E8 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 229 | 232 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.09 |
| HSL | 183.1º | 0.56% | 0.8% | - |
| HSV(B) | 183.1º | 0.25% | 0.91% | - |
| XYZ | 60.04 | 70.86 | 86.86 | - |
| YUV | 212.9 | 138.78 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 229 | 232 | 0.25 | 0.01 | 0 | 0.09 | 183.1 | 0.56 | 0.8 |
| Hex | AE | E5 | E8 | 19 | 1 | 0 | 9 | B7 | 38 | 50 |
| Octal | 256 | 345 | 350 | 31 | 1 | 0 | 11 | 267 | 70 | 120 |
| Binary | 10101110 | 11100101 | 11101000 | 11001 | 1 | 0 | 1001 | 10110111 | 111000 | 1010000 |
Color Harmonies of #AEE5E8
Complementary color
Monochromatic Colors of #AEE5E8
Black with #AEE5E8
Text Example
Text Example
White with #AEE5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE5E8; }
p { color: rgb(174,229,232); }
H1.HeaderClassName
{
color: #AEE5E8;
}
.AnyTagClassName
{
color: #AEE5E8;
}
</style>
background-color css
<style>
a { background-color: #AEE5E8; }
a { background-color: rgb(174,229,232); }
div.DivClassName
{
background-color: #AEE5E8;
}
.BgClassName
{
background-color: #AEE5E8;
}
</style>
border-color css
<style>
span { border-color: #AEE5E8; }
span { border-color: rgb(174,229,232); }
td.TdClassName
{
border-color: #AEE5E8;
}
.TagClassName
{
border-color: #AEE5E8;
}
</style>