Shades of Powder Blue #AEDBDD
Tints of Powder Blue #AEDBDD
RGB
CMYK
RGB Variations
Color information
#AEDBDD (or 0xAEDBDD) is known color: Powder Blue. HEX triplet: AE, DB and DD. RGB value is (174,219,221). Sum of RGB (Red+Green+Blue) = 174+219+221=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEDBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDBDD is #512422. Grayscale: #CDCDCD. Windows color (decimal): -5317667 or 14539694. OLE color: 14539694.
HSL color Cylindrical-coordinate representation of color #AEDBDD: hue angle of 182.55º 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 #AEDBDD is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 219 | 221 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.13 |
| HSL | 182.55º | 0.41% | 0.77% | - |
| HSV(B) | 182.55º | 0.21% | 0.87% | - |
| XYZ | 55.84 | 64.88 | 77.99 | - |
| YUV | 205.77 | 136.59 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 221 | 0.21 | 0.01 | 0 | 0.13 | 182.55 | 0.41 | 0.77 |
| Hex | AE | DB | DD | 15 | 1 | 0 | D | B7 | 29 | 4D |
| Octal | 256 | 333 | 335 | 25 | 1 | 0 | 15 | 267 | 51 | 115 |
| Binary | 10101110 | 11011011 | 11011101 | 10101 | 1 | 0 | 1101 | 10110111 | 101001 | 1001101 |
Color Harmonies of #AEDBDD
Complementary color
Monochromatic Colors of #AEDBDD
Black with #AEDBDD
Text Example
Text Example
White with #AEDBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDBDD; }
p { color: rgb(174,219,221); }
H1.HeaderClassName
{
color: #AEDBDD;
}
.AnyTagClassName
{
color: #AEDBDD;
}
</style>
background-color css
<style>
a { background-color: #AEDBDD; }
a { background-color: rgb(174,219,221); }
div.DivClassName
{
background-color: #AEDBDD;
}
.BgClassName
{
background-color: #AEDBDD;
}
</style>
border-color css
<style>
span { border-color: #AEDBDD; }
span { border-color: rgb(174,219,221); }
td.TdClassName
{
border-color: #AEDBDD;
}
.TagClassName
{
border-color: #AEDBDD;
}
</style>