Shades of Powder Blue #AEDBDC
Tints of Powder Blue #AEDBDC
RGB
CMYK
RGB Variations
Color information
#AEDBDC (or 0xAEDBDC) is known color: Powder Blue. HEX triplet: AE, DB and DC. RGB value is (174,219,220). Sum of RGB (Red+Green+Blue) = 174+219+220=613 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.38% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEDBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDBDC is #512423. Grayscale: #CDCDCD. Windows color (decimal): -5317668 or 14474158. OLE color: 14474158.
HSL color Cylindrical-coordinate representation of color #AEDBDC: hue angle of 181.3º 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 #AEDBDC is Cyan = 0.21, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 220 | - |
| CMYK | 0.21 | 0.00 | 0 | 0.14 |
| HSL | 181.3º | 0.4% | 0.77% | - |
| HSV(B) | 181.3º | 0.21% | 0.86% | - |
| XYZ | 55.71 | 64.83 | 77.29 | - |
| YUV | 205.66 | 136.09 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 220 | 0.21 | 0.00 | 0 | 0.14 | 181.3 | 0.4 | 0.77 |
| Hex | AE | DB | DC | 15 | 0 | 0 | E | B5 | 28 | 4D |
| Octal | 256 | 333 | 334 | 25 | 0 | 0 | 16 | 265 | 50 | 115 |
| Binary | 10101110 | 11011011 | 11011100 | 10101 | 0 | 0 | 1110 | 10110101 | 101000 | 1001101 |
Color Harmonies of #AEDBDC
Complementary color
Monochromatic Colors of #AEDBDC
Black with #AEDBDC
Text Example
Text Example
White with #AEDBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDBDC; }
p { color: rgb(174,219,220); }
H1.HeaderClassName
{
color: #AEDBDC;
}
.AnyTagClassName
{
color: #AEDBDC;
}
</style>
background-color css
<style>
a { background-color: #AEDBDC; }
a { background-color: rgb(174,219,220); }
div.DivClassName
{
background-color: #AEDBDC;
}
.BgClassName
{
background-color: #AEDBDC;
}
</style>
border-color css
<style>
span { border-color: #AEDBDC; }
span { border-color: rgb(174,219,220); }
td.TdClassName
{
border-color: #AEDBDC;
}
.TagClassName
{
border-color: #AEDBDC;
}
</style>