Shades of Powder Blue #AEDDE0
Tints of Powder Blue #AEDDE0
RGB
CMYK
RGB Variations
Color information
#AEDDE0 (or 0xAEDDE0) is known color: Powder Blue. HEX triplet: AE, DD and E0. RGB value is (174,221,224). Sum of RGB (Red+Green+Blue) = 174+221+224=619 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.11% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 224 - color contains mainly: blue. Hex color #AEDDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDE0 is #51221F. Grayscale: #CFCFCF. Windows color (decimal): -5317152 or 14736814. OLE color: 14736814.
HSL color Cylindrical-coordinate representation of color #AEDDE0: hue angle of 183.6º 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 #AEDDE0 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 221 | 224 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.12 |
| HSL | 183.6º | 0.45% | 0.78% | - |
| HSV(B) | 183.6º | 0.22% | 0.88% | - |
| XYZ | 56.77 | 66.09 | 80.29 | - |
| YUV | 207.29 | 137.43 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 224 | 0.22 | 0.01 | 0 | 0.12 | 183.6 | 0.45 | 0.78 |
| Hex | AE | DD | E0 | 16 | 1 | 0 | C | B8 | 2D | 4E |
| Octal | 256 | 335 | 340 | 26 | 1 | 0 | 14 | 270 | 55 | 116 |
| Binary | 10101110 | 11011101 | 11100000 | 10110 | 1 | 0 | 1100 | 10111000 | 101101 | 1001110 |
Color Harmonies of #AEDDE0
Complementary color
Monochromatic Colors of #AEDDE0
Black with #AEDDE0
Text Example
Text Example
White with #AEDDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDE0; }
p { color: rgb(174,221,224); }
H1.HeaderClassName
{
color: #AEDDE0;
}
.AnyTagClassName
{
color: #AEDDE0;
}
</style>
background-color css
<style>
a { background-color: #AEDDE0; }
a { background-color: rgb(174,221,224); }
div.DivClassName
{
background-color: #AEDDE0;
}
.BgClassName
{
background-color: #AEDDE0;
}
</style>
border-color css
<style>
span { border-color: #AEDDE0; }
span { border-color: rgb(174,221,224); }
td.TdClassName
{
border-color: #AEDDE0;
}
.TagClassName
{
border-color: #AEDDE0;
}
</style>