Shades of Powder Blue #AEDCE2
Tints of Powder Blue #AEDCE2
RGB
CMYK
RGB Variations
Color information
#AEDCE2 (or 0xAEDCE2) is known color: Powder Blue. HEX triplet: AE, DC and E2. RGB value is (174,220,226). Sum of RGB (Red+Green+Blue) = 174+220+226=620 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.06% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 226 (88.67% from 255 or 36.45% from 620); Max value from RGB is 226 - color contains mainly: blue. Hex color #AEDCE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCE2 is #51231D. Grayscale: #CECECE. Windows color (decimal): -5317406 or 14867630. OLE color: 14867630.
HSL color Cylindrical-coordinate representation of color #AEDCE2: hue angle of 186.92º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEDCE2 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 220 | 226 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.11 |
| HSL | 186.92º | 0.47% | 0.78% | - |
| HSV(B) | 186.92º | 0.23% | 0.89% | - |
| XYZ | 56.78 | 65.68 | 81.64 | - |
| YUV | 206.93 | 138.76 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 226 | 0.23 | 0.03 | 0 | 0.11 | 186.92 | 0.47 | 0.78 |
| Hex | AE | DC | E2 | 17 | 3 | 0 | B | BB | 2F | 4E |
| Octal | 256 | 334 | 342 | 27 | 3 | 0 | 13 | 273 | 57 | 116 |
| Binary | 10101110 | 11011100 | 11100010 | 10111 | 11 | 0 | 1011 | 10111011 | 101111 | 1001110 |
Color Harmonies of #AEDCE2
Complementary color
Monochromatic Colors of #AEDCE2
Black with #AEDCE2
Text Example
Text Example
White with #AEDCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCE2; }
p { color: rgb(174,220,226); }
H1.HeaderClassName
{
color: #AEDCE2;
}
.AnyTagClassName
{
color: #AEDCE2;
}
</style>
background-color css
<style>
a { background-color: #AEDCE2; }
a { background-color: rgb(174,220,226); }
div.DivClassName
{
background-color: #AEDCE2;
}
.BgClassName
{
background-color: #AEDCE2;
}
</style>
border-color css
<style>
span { border-color: #AEDCE2; }
span { border-color: rgb(174,220,226); }
td.TdClassName
{
border-color: #AEDCE2;
}
.TagClassName
{
border-color: #AEDCE2;
}
</style>