Shades of Powder Blue #AEDDE3
Tints of Powder Blue #AEDDE3
RGB
CMYK
RGB Variations
Color information
#AEDDE3 (or 0xAEDDE3) is known color: Powder Blue. HEX triplet: AE, DD and E3. RGB value is (174,221,227). Sum of RGB (Red+Green+Blue) = 174+221+227=622 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.97% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 227 (89.06% from 255 or 36.50% from 622); Max value from RGB is 227 - color contains mainly: blue. Hex color #AEDDE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDE3 is #51221C. Grayscale: #CFCFCF. Windows color (decimal): -5317149 or 14933422. OLE color: 14933422.
HSL color Cylindrical-coordinate representation of color #AEDDE3: hue angle of 186.79º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEDDE3 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 221 | 227 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.11 |
| HSL | 186.79º | 0.49% | 0.79% | - |
| HSV(B) | 186.79º | 0.23% | 0.89% | - |
| XYZ | 57.18 | 66.26 | 82.45 | - |
| YUV | 207.63 | 138.93 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 227 | 0.23 | 0.03 | 0 | 0.11 | 186.79 | 0.49 | 0.79 |
| Hex | AE | DD | E3 | 17 | 3 | 0 | B | BB | 31 | 4F |
| Octal | 256 | 335 | 343 | 27 | 3 | 0 | 13 | 273 | 61 | 117 |
| Binary | 10101110 | 11011101 | 11100011 | 10111 | 11 | 0 | 1011 | 10111011 | 110001 | 1001111 |
Color Harmonies of #AEDDE3
Complementary color
Monochromatic Colors of #AEDDE3
Black with #AEDDE3
Text Example
Text Example
White with #AEDDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDE3; }
p { color: rgb(174,221,227); }
H1.HeaderClassName
{
color: #AEDDE3;
}
.AnyTagClassName
{
color: #AEDDE3;
}
</style>
background-color css
<style>
a { background-color: #AEDDE3; }
a { background-color: rgb(174,221,227); }
div.DivClassName
{
background-color: #AEDDE3;
}
.BgClassName
{
background-color: #AEDDE3;
}
</style>
border-color css
<style>
span { border-color: #AEDDE3; }
span { border-color: rgb(174,221,227); }
td.TdClassName
{
border-color: #AEDDE3;
}
.TagClassName
{
border-color: #AEDDE3;
}
</style>