Shades of Powder Blue #AEDEE0
Tints of Powder Blue #AEDEE0
RGB
CMYK
RGB Variations
Color information
#AEDEE0 (or 0xAEDEE0) is known color: Powder Blue. HEX triplet: AE, DE and E0. RGB value is (174,222,224). Sum of RGB (Red+Green+Blue) = 174+222+224=620 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.06% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 224 - color contains mainly: blue. Hex color #AEDEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDEE0 is #51211F. Grayscale: #CFCFCF. Windows color (decimal): -5316896 or 14737070. OLE color: 14737070.
HSL color Cylindrical-coordinate representation of color #AEDEE0: hue angle of 182.4º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEDEE0 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 222 | 224 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.12 |
| HSL | 182.4º | 0.45% | 0.78% | - |
| HSV(B) | 182.4º | 0.22% | 0.88% | - |
| XYZ | 57.03 | 66.62 | 80.37 | - |
| YUV | 207.88 | 137.1 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 222 | 224 | 0.22 | 0.01 | 0 | 0.12 | 182.4 | 0.45 | 0.78 |
| Hex | AE | DE | E0 | 16 | 1 | 0 | C | B6 | 2D | 4E |
| Octal | 256 | 336 | 340 | 26 | 1 | 0 | 14 | 266 | 55 | 116 |
| Binary | 10101110 | 11011110 | 11100000 | 10110 | 1 | 0 | 1100 | 10110110 | 101101 | 1001110 |
Color Harmonies of #AEDEE0
Complementary color
Monochromatic Colors of #AEDEE0
Black with #AEDEE0
Text Example
Text Example
White with #AEDEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDEE0; }
p { color: rgb(174,222,224); }
H1.HeaderClassName
{
color: #AEDEE0;
}
.AnyTagClassName
{
color: #AEDEE0;
}
</style>
background-color css
<style>
a { background-color: #AEDEE0; }
a { background-color: rgb(174,222,224); }
div.DivClassName
{
background-color: #AEDEE0;
}
.BgClassName
{
background-color: #AEDEE0;
}
</style>
border-color css
<style>
span { border-color: #AEDEE0; }
span { border-color: rgb(174,222,224); }
td.TdClassName
{
border-color: #AEDEE0;
}
.TagClassName
{
border-color: #AEDEE0;
}
</style>