Shades of Powder Blue #AEDEE9
Tints of Powder Blue #AEDEE9
RGB
CMYK
RGB Variations
Color information
#AEDEE9 (or 0xAEDEE9) is known color: Powder Blue. HEX triplet: AE, DE and E9. RGB value is (174,222,233). Sum of RGB (Red+Green+Blue) = 174+222+233=629 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.66% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 233 (91.41% from 255 or 37.04% from 629); Max value from RGB is 233 - color contains mainly: blue. Hex color #AEDEE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDEE9 is #512116. Grayscale: #D0D0D0. Windows color (decimal): -5316887 or 15326894. OLE color: 15326894.
HSL color Cylindrical-coordinate representation of color #AEDEE9: hue angle of 191.19º degrees, saturation: 0.57, 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 #AEDEE9 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 222 | 233 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.09 |
| HSL | 191.19º | 0.57% | 0.8% | - |
| HSV(B) | 191.19º | 0.25% | 0.91% | - |
| XYZ | 58.28 | 67.12 | 86.98 | - |
| YUV | 208.9 | 141.6 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 222 | 233 | 0.25 | 0.05 | 0 | 0.09 | 191.19 | 0.57 | 0.8 |
| Hex | AE | DE | E9 | 19 | 5 | 0 | 9 | BF | 39 | 50 |
| Octal | 256 | 336 | 351 | 31 | 5 | 0 | 11 | 277 | 71 | 120 |
| Binary | 10101110 | 11011110 | 11101001 | 11001 | 101 | 0 | 1001 | 10111111 | 111001 | 1010000 |
Color Harmonies of #AEDEE9
Complementary color
Monochromatic Colors of #AEDEE9
Black with #AEDEE9
Text Example
Text Example
White with #AEDEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDEE9; }
p { color: rgb(174,222,233); }
H1.HeaderClassName
{
color: #AEDEE9;
}
.AnyTagClassName
{
color: #AEDEE9;
}
</style>
background-color css
<style>
a { background-color: #AEDEE9; }
a { background-color: rgb(174,222,233); }
div.DivClassName
{
background-color: #AEDEE9;
}
.BgClassName
{
background-color: #AEDEE9;
}
</style>
border-color css
<style>
span { border-color: #AEDEE9; }
span { border-color: rgb(174,222,233); }
td.TdClassName
{
border-color: #AEDEE9;
}
.TagClassName
{
border-color: #AEDEE9;
}
</style>