Shades of Powder Blue #AEDDDD
Tints of Powder Blue #AEDDDD
RGB
CMYK
RGB Variations
Color information
#AEDDDD (or 0xAEDDDD) is known color: Powder Blue. HEX triplet: AE, DD and DD. RGB value is (174,221,221). Sum of RGB (Red+Green+Blue) = 174+221+221=616 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.25% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #AEDDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDDD is #512222. Grayscale: #CECECE. Windows color (decimal): -5317155 or 14540206. OLE color: 14540206.
HSL color Cylindrical-coordinate representation of color #AEDDDD: hue angle of 180º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDDDD is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 221 | - |
| CMYK | 0.21 | 0 | 0 | 0.13 |
| HSL | 180º | 0.41% | 0.77% | - |
| HSV(B) | 180º | 0.21% | 0.87% | - |
| XYZ | 56.36 | 65.93 | 78.16 | - |
| YUV | 206.95 | 135.93 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 221 | 0.21 | 0 | 0 | 0.13 | 180 | 0.41 | 0.77 |
| Hex | AE | DD | DD | 15 | 0 | 0 | D | B4 | 29 | 4D |
| Octal | 256 | 335 | 335 | 25 | 0 | 0 | 15 | 264 | 51 | 115 |
| Binary | 10101110 | 11011101 | 11011101 | 10101 | 0 | 0 | 1101 | 10110100 | 101001 | 1001101 |
Color Harmonies of #AEDDDD
Complementary color
Monochromatic Colors of #AEDDDD
Black with #AEDDDD
Text Example
Text Example
White with #AEDDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDDD; }
p { color: rgb(174,221,221); }
H1.HeaderClassName
{
color: #AEDDDD;
}
.AnyTagClassName
{
color: #AEDDDD;
}
</style>
background-color css
<style>
a { background-color: #AEDDDD; }
a { background-color: rgb(174,221,221); }
div.DivClassName
{
background-color: #AEDDDD;
}
.BgClassName
{
background-color: #AEDDDD;
}
</style>
border-color css
<style>
span { border-color: #AEDDDD; }
span { border-color: rgb(174,221,221); }
td.TdClassName
{
border-color: #AEDDDD;
}
.TagClassName
{
border-color: #AEDDDD;
}
</style>