Shades of Powder Blue #AEDAE0
Tints of Powder Blue #AEDAE0
RGB
CMYK
RGB Variations
Color information
#AEDAE0 (or 0xAEDAE0) is known color: Powder Blue. HEX triplet: AE, DA and E0. RGB value is (174,218,224). Sum of RGB (Red+Green+Blue) = 174+218+224=616 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.25% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 224 - color contains mainly: blue. Hex color #AEDAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDAE0 is #51251F. Grayscale: #CDCDCD. Windows color (decimal): -5317920 or 14736046. OLE color: 14736046.
HSL color Cylindrical-coordinate representation of color #AEDAE0: hue angle of 187.2º 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 #AEDAE0 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 218 | 224 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.12 |
| HSL | 187.2º | 0.45% | 0.78% | - |
| HSV(B) | 187.2º | 0.22% | 0.88% | - |
| XYZ | 55.98 | 64.52 | 80.02 | - |
| YUV | 205.53 | 138.42 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 224 | 0.22 | 0.03 | 0 | 0.12 | 187.2 | 0.45 | 0.78 |
| Hex | AE | DA | E0 | 16 | 3 | 0 | C | BB | 2D | 4E |
| Octal | 256 | 332 | 340 | 26 | 3 | 0 | 14 | 273 | 55 | 116 |
| Binary | 10101110 | 11011010 | 11100000 | 10110 | 11 | 0 | 1100 | 10111011 | 101101 | 1001110 |
Color Harmonies of #AEDAE0
Complementary color
Monochromatic Colors of #AEDAE0
Black with #AEDAE0
Text Example
Text Example
White with #AEDAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDAE0; }
p { color: rgb(174,218,224); }
H1.HeaderClassName
{
color: #AEDAE0;
}
.AnyTagClassName
{
color: #AEDAE0;
}
</style>
background-color css
<style>
a { background-color: #AEDAE0; }
a { background-color: rgb(174,218,224); }
div.DivClassName
{
background-color: #AEDAE0;
}
.BgClassName
{
background-color: #AEDAE0;
}
</style>
border-color css
<style>
span { border-color: #AEDAE0; }
span { border-color: rgb(174,218,224); }
td.TdClassName
{
border-color: #AEDAE0;
}
.TagClassName
{
border-color: #AEDAE0;
}
</style>