Shades of Powder Blue #AED8DC
Tints of Powder Blue #AED8DC
RGB
CMYK
RGB Variations
Color information
#AED8DC (or 0xAED8DC) is known color: Powder Blue. HEX triplet: AE, D8 and DC. RGB value is (174,216,220). Sum of RGB (Red+Green+Blue) = 174+216+220=610 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.52% from 610); Green value is 216 (84.77% from 255 or 35.41% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #AED8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED8DC is #512723. Grayscale: #CBCBCB. Windows color (decimal): -5318436 or 14473390. OLE color: 14473390.
HSL color Cylindrical-coordinate representation of color #AED8DC: hue angle of 185.22º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AED8DC is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 216 | 220 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.14 |
| HSL | 185.22º | 0.4% | 0.77% | - |
| HSV(B) | 185.22º | 0.21% | 0.86% | - |
| XYZ | 54.93 | 63.28 | 77.03 | - |
| YUV | 203.9 | 137.09 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 216 | 220 | 0.21 | 0.02 | 0 | 0.14 | 185.22 | 0.4 | 0.77 |
| Hex | AE | D8 | DC | 15 | 2 | 0 | E | B9 | 28 | 4D |
| Octal | 256 | 330 | 334 | 25 | 2 | 0 | 16 | 271 | 50 | 115 |
| Binary | 10101110 | 11011000 | 11011100 | 10101 | 10 | 0 | 1110 | 10111001 | 101000 | 1001101 |
Color Harmonies of #AED8DC
Complementary color
Monochromatic Colors of #AED8DC
Black with #AED8DC
Text Example
Text Example
White with #AED8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED8DC; }
p { color: rgb(174,216,220); }
H1.HeaderClassName
{
color: #AED8DC;
}
.AnyTagClassName
{
color: #AED8DC;
}
</style>
background-color css
<style>
a { background-color: #AED8DC; }
a { background-color: rgb(174,216,220); }
div.DivClassName
{
background-color: #AED8DC;
}
.BgClassName
{
background-color: #AED8DC;
}
</style>
border-color css
<style>
span { border-color: #AED8DC; }
span { border-color: rgb(174,216,220); }
td.TdClassName
{
border-color: #AED8DC;
}
.TagClassName
{
border-color: #AED8DC;
}
</style>