Shades of Powder Blue #AEDCE1
Tints of Powder Blue #AEDCE1
RGB
CMYK
RGB Variations
Color information
#AEDCE1 (or 0xAEDCE1) is known color: Powder Blue. HEX triplet: AE, DC and E1. RGB value is (174,220,225). Sum of RGB (Red+Green+Blue) = 174+220+225=619 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.11% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 225 - color contains mainly: blue. Hex color #AEDCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCE1 is #51231E. Grayscale: #CECECE. Windows color (decimal): -5317407 or 14802094. OLE color: 14802094.
HSL color Cylindrical-coordinate representation of color #AEDCE1: hue angle of 185.88º 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 #AEDCE1 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 220 | 225 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.12 |
| HSL | 185.88º | 0.46% | 0.78% | - |
| HSV(B) | 185.88º | 0.23% | 0.88% | - |
| XYZ | 56.64 | 65.62 | 80.92 | - |
| YUV | 206.82 | 138.26 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 225 | 0.23 | 0.02 | 0 | 0.12 | 185.88 | 0.46 | 0.78 |
| Hex | AE | DC | E1 | 17 | 2 | 0 | C | BA | 2E | 4E |
| Octal | 256 | 334 | 341 | 27 | 2 | 0 | 14 | 272 | 56 | 116 |
| Binary | 10101110 | 11011100 | 11100001 | 10111 | 10 | 0 | 1100 | 10111010 | 101110 | 1001110 |
Color Harmonies of #AEDCE1
Complementary color
Monochromatic Colors of #AEDCE1
Black with #AEDCE1
Text Example
Text Example
White with #AEDCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCE1; }
p { color: rgb(174,220,225); }
H1.HeaderClassName
{
color: #AEDCE1;
}
.AnyTagClassName
{
color: #AEDCE1;
}
</style>
background-color css
<style>
a { background-color: #AEDCE1; }
a { background-color: rgb(174,220,225); }
div.DivClassName
{
background-color: #AEDCE1;
}
.BgClassName
{
background-color: #AEDCE1;
}
</style>
border-color css
<style>
span { border-color: #AEDCE1; }
span { border-color: rgb(174,220,225); }
td.TdClassName
{
border-color: #AEDCE1;
}
.TagClassName
{
border-color: #AEDCE1;
}
</style>