Shades of Powder Blue #AEDCE0
Tints of Powder Blue #AEDCE0
RGB
CMYK
RGB Variations
Color information
#AEDCE0 (or 0xAEDCE0) is known color: Powder Blue. HEX triplet: AE, DC and E0. RGB value is (174,220,224). Sum of RGB (Red+Green+Blue) = 174+220+224=618 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.16% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 224 - color contains mainly: blue. Hex color #AEDCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCE0 is #51231F. Grayscale: #CECECE. Windows color (decimal): -5317408 or 14736558. OLE color: 14736558.
HSL color Cylindrical-coordinate representation of color #AEDCE0: hue angle of 184.8º 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 #AEDCE0 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 220 | 224 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.12 |
| HSL | 184.8º | 0.45% | 0.78% | - |
| HSV(B) | 184.8º | 0.22% | 0.88% | - |
| XYZ | 56.5 | 65.57 | 80.2 | - |
| YUV | 206.7 | 137.76 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 224 | 0.22 | 0.02 | 0 | 0.12 | 184.8 | 0.45 | 0.78 |
| Hex | AE | DC | E0 | 16 | 2 | 0 | C | B9 | 2D | 4E |
| Octal | 256 | 334 | 340 | 26 | 2 | 0 | 14 | 271 | 55 | 116 |
| Binary | 10101110 | 11011100 | 11100000 | 10110 | 10 | 0 | 1100 | 10111001 | 101101 | 1001110 |
Color Harmonies of #AEDCE0
Complementary color
Monochromatic Colors of #AEDCE0
Black with #AEDCE0
Text Example
Text Example
White with #AEDCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCE0; }
p { color: rgb(174,220,224); }
H1.HeaderClassName
{
color: #AEDCE0;
}
.AnyTagClassName
{
color: #AEDCE0;
}
</style>
background-color css
<style>
a { background-color: #AEDCE0; }
a { background-color: rgb(174,220,224); }
div.DivClassName
{
background-color: #AEDCE0;
}
.BgClassName
{
background-color: #AEDCE0;
}
</style>
border-color css
<style>
span { border-color: #AEDCE0; }
span { border-color: rgb(174,220,224); }
td.TdClassName
{
border-color: #AEDCE0;
}
.TagClassName
{
border-color: #AEDCE0;
}
</style>