Shades of Powder Blue #AEDDDC
Tints of Powder Blue #AEDDDC
RGB
CMYK
RGB Variations
Color information
#AEDDDC (or 0xAEDDDC) is known color: Powder Blue. HEX triplet: AE, DD and DC. RGB value is (174,221,220). Sum of RGB (Red+Green+Blue) = 174+221+220=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDDC is #512223. Grayscale: #CECECE. Windows color (decimal): -5317156 or 14474670. OLE color: 14474670.
HSL color Cylindrical-coordinate representation of color #AEDDDC: hue angle of 178.72º 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 #AEDDDC is Cyan = 0.21, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 220 | - |
| CMYK | 0.21 | 0 | 0.00 | 0.13 |
| HSL | 178.72º | 0.41% | 0.77% | - |
| HSV(B) | 178.72º | 0.21% | 0.87% | - |
| XYZ | 56.23 | 65.88 | 77.46 | - |
| YUV | 206.83 | 135.43 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 220 | 0.21 | 0 | 0.00 | 0.13 | 178.72 | 0.41 | 0.77 |
| Hex | AE | DD | DC | 15 | 0 | 0 | D | B3 | 29 | 4D |
| Octal | 256 | 335 | 334 | 25 | 0 | 0 | 15 | 263 | 51 | 115 |
| Binary | 10101110 | 11011101 | 11011100 | 10101 | 0 | 0 | 1101 | 10110011 | 101001 | 1001101 |
Color Harmonies of #AEDDDC
Complementary color
Monochromatic Colors of #AEDDDC
Black with #AEDDDC
Text Example
Text Example
White with #AEDDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDDC; }
p { color: rgb(174,221,220); }
H1.HeaderClassName
{
color: #AEDDDC;
}
.AnyTagClassName
{
color: #AEDDDC;
}
</style>
background-color css
<style>
a { background-color: #AEDDDC; }
a { background-color: rgb(174,221,220); }
div.DivClassName
{
background-color: #AEDDDC;
}
.BgClassName
{
background-color: #AEDDDC;
}
</style>
border-color css
<style>
span { border-color: #AEDDDC; }
span { border-color: rgb(174,221,220); }
td.TdClassName
{
border-color: #AEDDDC;
}
.TagClassName
{
border-color: #AEDDDC;
}
</style>