Shades of Powder Blue #AEDDE5
Tints of Powder Blue #AEDDE5
RGB
CMYK
RGB Variations
Color information
#AEDDE5 (or 0xAEDDE5) is known color: Powder Blue. HEX triplet: AE, DD and E5. RGB value is (174,221,229). Sum of RGB (Red+Green+Blue) = 174+221+229=624 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.88% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 229 (89.84% from 255 or 36.70% from 624); Max value from RGB is 229 - color contains mainly: blue. Hex color #AEDDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDE5 is #51221A. Grayscale: #CFCFCF. Windows color (decimal): -5317147 or 15064494. OLE color: 15064494.
HSL color Cylindrical-coordinate representation of color #AEDDE5: hue angle of 188.73º 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 #AEDDE5 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 221 | 229 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.10 |
| HSL | 188.73º | 0.51% | 0.79% | - |
| HSV(B) | 188.73º | 0.24% | 0.9% | - |
| XYZ | 57.45 | 66.37 | 83.91 | - |
| YUV | 207.86 | 139.93 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 229 | 0.24 | 0.03 | 0 | 0.10 | 188.73 | 0.51 | 0.79 |
| Hex | AE | DD | E5 | 18 | 3 | 0 | A | BD | 33 | 4F |
| Octal | 256 | 335 | 345 | 30 | 3 | 0 | 12 | 275 | 63 | 117 |
| Binary | 10101110 | 11011101 | 11100101 | 11000 | 11 | 0 | 1010 | 10111101 | 110011 | 1001111 |
Color Harmonies of #AEDDE5
Complementary color
Monochromatic Colors of #AEDDE5
Black with #AEDDE5
Text Example
Text Example
White with #AEDDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDE5; }
p { color: rgb(174,221,229); }
H1.HeaderClassName
{
color: #AEDDE5;
}
.AnyTagClassName
{
color: #AEDDE5;
}
</style>
background-color css
<style>
a { background-color: #AEDDE5; }
a { background-color: rgb(174,221,229); }
div.DivClassName
{
background-color: #AEDDE5;
}
.BgClassName
{
background-color: #AEDDE5;
}
</style>
border-color css
<style>
span { border-color: #AEDDE5; }
span { border-color: rgb(174,221,229); }
td.TdClassName
{
border-color: #AEDDE5;
}
.TagClassName
{
border-color: #AEDDE5;
}
</style>