Shades of Powder Blue #AEDEE2
Tints of Powder Blue #AEDEE2
RGB
CMYK
RGB Variations
Color information
#AEDEE2 (or 0xAEDEE2) is known color: Powder Blue. HEX triplet: AE, DE and E2. RGB value is (174,222,226). Sum of RGB (Red+Green+Blue) = 174+222+226=622 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.97% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 226 (88.67% from 255 or 36.33% from 622); Max value from RGB is 226 - color contains mainly: blue. Hex color #AEDEE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDEE2 is #51211D. Grayscale: #D0D0D0. Windows color (decimal): -5316894 or 14868142. OLE color: 14868142.
HSL color Cylindrical-coordinate representation of color #AEDEE2: hue angle of 184.62º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEDEE2 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 222 | 226 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.11 |
| HSL | 184.62º | 0.47% | 0.78% | - |
| HSV(B) | 184.62º | 0.23% | 0.89% | - |
| XYZ | 57.3 | 66.73 | 81.81 | - |
| YUV | 208.1 | 138.1 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 222 | 226 | 0.23 | 0.02 | 0 | 0.11 | 184.62 | 0.47 | 0.78 |
| Hex | AE | DE | E2 | 17 | 2 | 0 | B | B9 | 2F | 4E |
| Octal | 256 | 336 | 342 | 27 | 2 | 0 | 13 | 271 | 57 | 116 |
| Binary | 10101110 | 11011110 | 11100010 | 10111 | 10 | 0 | 1011 | 10111001 | 101111 | 1001110 |
Color Harmonies of #AEDEE2
Complementary color
Monochromatic Colors of #AEDEE2
Black with #AEDEE2
Text Example
Text Example
White with #AEDEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDEE2; }
p { color: rgb(174,222,226); }
H1.HeaderClassName
{
color: #AEDEE2;
}
.AnyTagClassName
{
color: #AEDEE2;
}
</style>
background-color css
<style>
a { background-color: #AEDEE2; }
a { background-color: rgb(174,222,226); }
div.DivClassName
{
background-color: #AEDEE2;
}
.BgClassName
{
background-color: #AEDEE2;
}
</style>
border-color css
<style>
span { border-color: #AEDEE2; }
span { border-color: rgb(174,222,226); }
td.TdClassName
{
border-color: #AEDEE2;
}
.TagClassName
{
border-color: #AEDEE2;
}
</style>