Shades of Powder Blue #AEDEE1
Tints of Powder Blue #AEDEE1
RGB
CMYK
RGB Variations
Color information
#AEDEE1 (or 0xAEDEE1) is known color: Powder Blue. HEX triplet: AE, DE and E1. RGB value is (174,222,225). Sum of RGB (Red+Green+Blue) = 174+222+225=621 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.02% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 225 (88.28% from 255 or 36.23% from 621); Max value from RGB is 225 - color contains mainly: blue. Hex color #AEDEE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDEE1 is #51211E. Grayscale: #CFCFCF. Windows color (decimal): -5316895 or 14802606. OLE color: 14802606.
HSL color Cylindrical-coordinate representation of color #AEDEE1: hue angle of 183.53º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEDEE1 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 222 | 225 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.12 |
| HSL | 183.53º | 0.46% | 0.78% | - |
| HSV(B) | 183.53º | 0.23% | 0.88% | - |
| XYZ | 57.17 | 66.68 | 81.09 | - |
| YUV | 207.99 | 137.6 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 222 | 225 | 0.23 | 0.01 | 0 | 0.12 | 183.53 | 0.46 | 0.78 |
| Hex | AE | DE | E1 | 17 | 1 | 0 | C | B8 | 2E | 4E |
| Octal | 256 | 336 | 341 | 27 | 1 | 0 | 14 | 270 | 56 | 116 |
| Binary | 10101110 | 11011110 | 11100001 | 10111 | 1 | 0 | 1100 | 10111000 | 101110 | 1001110 |
Color Harmonies of #AEDEE1
Complementary color
Monochromatic Colors of #AEDEE1
Black with #AEDEE1
Text Example
Text Example
White with #AEDEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDEE1; }
p { color: rgb(174,222,225); }
H1.HeaderClassName
{
color: #AEDEE1;
}
.AnyTagClassName
{
color: #AEDEE1;
}
</style>
background-color css
<style>
a { background-color: #AEDEE1; }
a { background-color: rgb(174,222,225); }
div.DivClassName
{
background-color: #AEDEE1;
}
.BgClassName
{
background-color: #AEDEE1;
}
</style>
border-color css
<style>
span { border-color: #AEDEE1; }
span { border-color: rgb(174,222,225); }
td.TdClassName
{
border-color: #AEDEE1;
}
.TagClassName
{
border-color: #AEDEE1;
}
</style>