Shades of Powder Blue #AEDEDC
Tints of Powder Blue #AEDEDC
RGB
CMYK
RGB Variations
Color information
#AEDEDC (or 0xAEDEDC) is known color: Powder Blue. HEX triplet: AE, DE and DC. RGB value is (174,222,220). Sum of RGB (Red+Green+Blue) = 174+222+220=616 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.25% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDEDC is #512123. Grayscale: #CFCFCF. Windows color (decimal): -5316900 or 14474926. OLE color: 14474926.
HSL color Cylindrical-coordinate representation of color #AEDEDC: hue angle of 177.5º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEDEDC is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 222 | 220 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.13 |
| HSL | 177.5º | 0.42% | 0.78% | - |
| HSV(B) | 177.5º | 0.22% | 0.87% | - |
| XYZ | 56.5 | 66.41 | 77.55 | - |
| YUV | 207.42 | 135.1 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 222 | 220 | 0.22 | 0 | 0.01 | 0.13 | 177.5 | 0.42 | 0.78 |
| Hex | AE | DE | DC | 16 | 0 | 1 | D | B2 | 2A | 4E |
| Octal | 256 | 336 | 334 | 26 | 0 | 1 | 15 | 262 | 52 | 116 |
| Binary | 10101110 | 11011110 | 11011100 | 10110 | 0 | 1 | 1101 | 10110010 | 101010 | 1001110 |
Color Harmonies of #AEDEDC
Complementary color
Monochromatic Colors of #AEDEDC
Black with #AEDEDC
Text Example
Text Example
White with #AEDEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDEDC; }
p { color: rgb(174,222,220); }
H1.HeaderClassName
{
color: #AEDEDC;
}
.AnyTagClassName
{
color: #AEDEDC;
}
</style>
background-color css
<style>
a { background-color: #AEDEDC; }
a { background-color: rgb(174,222,220); }
div.DivClassName
{
background-color: #AEDEDC;
}
.BgClassName
{
background-color: #AEDEDC;
}
</style>
border-color css
<style>
span { border-color: #AEDEDC; }
span { border-color: rgb(174,222,220); }
td.TdClassName
{
border-color: #AEDEDC;
}
.TagClassName
{
border-color: #AEDEDC;
}
</style>