Shades of Powder Blue #AEDCE3
Tints of Powder Blue #AEDCE3
RGB
CMYK
RGB Variations
Color information
#AEDCE3 (or 0xAEDCE3) is known color: Powder Blue. HEX triplet: AE, DC and E3. RGB value is (174,220,227). Sum of RGB (Red+Green+Blue) = 174+220+227=621 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.02% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 227 (89.06% from 255 or 36.55% from 621); Max value from RGB is 227 - color contains mainly: blue. Hex color #AEDCE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCE3 is #51231C. Grayscale: #CECECE. Windows color (decimal): -5317405 or 14933166. OLE color: 14933166.
HSL color Cylindrical-coordinate representation of color #AEDCE3: hue angle of 187.92º 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 #AEDCE3 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 220 | 227 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.11 |
| HSL | 187.92º | 0.49% | 0.79% | - |
| HSV(B) | 187.92º | 0.23% | 0.89% | - |
| XYZ | 56.91 | 65.73 | 82.36 | - |
| YUV | 207.04 | 139.26 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 227 | 0.23 | 0.03 | 0 | 0.11 | 187.92 | 0.49 | 0.79 |
| Hex | AE | DC | E3 | 17 | 3 | 0 | B | BC | 31 | 4F |
| Octal | 256 | 334 | 343 | 27 | 3 | 0 | 13 | 274 | 61 | 117 |
| Binary | 10101110 | 11011100 | 11100011 | 10111 | 11 | 0 | 1011 | 10111100 | 110001 | 1001111 |
Color Harmonies of #AEDCE3
Complementary color
Monochromatic Colors of #AEDCE3
Black with #AEDCE3
Text Example
Text Example
White with #AEDCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCE3; }
p { color: rgb(174,220,227); }
H1.HeaderClassName
{
color: #AEDCE3;
}
.AnyTagClassName
{
color: #AEDCE3;
}
</style>
background-color css
<style>
a { background-color: #AEDCE3; }
a { background-color: rgb(174,220,227); }
div.DivClassName
{
background-color: #AEDCE3;
}
.BgClassName
{
background-color: #AEDCE3;
}
</style>
border-color css
<style>
span { border-color: #AEDCE3; }
span { border-color: rgb(174,220,227); }
td.TdClassName
{
border-color: #AEDCE3;
}
.TagClassName
{
border-color: #AEDCE3;
}
</style>