Shades of Powder Blue #AEDEE5
Tints of Powder Blue #AEDEE5
RGB
CMYK
RGB Variations
Color information
#AEDEE5 (or 0xAEDEE5) is known color: Powder Blue. HEX triplet: AE, DE and E5. RGB value is (174,222,229). Sum of RGB (Red+Green+Blue) = 174+222+229=625 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.84% from 625); Green value is 222 (87.11% from 255 or 35.52% from 625); Blue value is 229 (89.84% from 255 or 36.64% from 625); Max value from RGB is 229 - color contains mainly: blue. Hex color #AEDEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDEE5 is #51211A. Grayscale: #D0D0D0. Windows color (decimal): -5316891 or 15064750. OLE color: 15064750.
HSL color Cylindrical-coordinate representation of color #AEDEE5: hue angle of 187.64º 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 #AEDEE5 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 222 | 229 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.10 |
| HSL | 187.64º | 0.51% | 0.79% | - |
| HSV(B) | 187.64º | 0.24% | 0.9% | - |
| XYZ | 57.72 | 66.9 | 84 | - |
| YUV | 208.45 | 139.6 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 222 | 229 | 0.24 | 0.03 | 0 | 0.10 | 187.64 | 0.51 | 0.79 |
| Hex | AE | DE | E5 | 18 | 3 | 0 | A | BC | 33 | 4F |
| Octal | 256 | 336 | 345 | 30 | 3 | 0 | 12 | 274 | 63 | 117 |
| Binary | 10101110 | 11011110 | 11100101 | 11000 | 11 | 0 | 1010 | 10111100 | 110011 | 1001111 |
Color Harmonies of #AEDEE5
Complementary color
Monochromatic Colors of #AEDEE5
Black with #AEDEE5
Text Example
Text Example
White with #AEDEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDEE5; }
p { color: rgb(174,222,229); }
H1.HeaderClassName
{
color: #AEDEE5;
}
.AnyTagClassName
{
color: #AEDEE5;
}
</style>
background-color css
<style>
a { background-color: #AEDEE5; }
a { background-color: rgb(174,222,229); }
div.DivClassName
{
background-color: #AEDEE5;
}
.BgClassName
{
background-color: #AEDEE5;
}
</style>
border-color css
<style>
span { border-color: #AEDEE5; }
span { border-color: rgb(174,222,229); }
td.TdClassName
{
border-color: #AEDEE5;
}
.TagClassName
{
border-color: #AEDEE5;
}
</style>