Shades of Powder Blue #AEDDDE
Tints of Powder Blue #AEDDDE
RGB
CMYK
RGB Variations
Color information
#AEDDDE (or 0xAEDDDE) is known color: Powder Blue. HEX triplet: AE, DD and DE. RGB value is (174,221,222). Sum of RGB (Red+Green+Blue) = 174+221+222=617 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.20% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 222 - color contains mainly: blue. Hex color #AEDDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDDE is #512221. Grayscale: #CFCFCF. Windows color (decimal): -5317154 or 14605742. OLE color: 14605742.
HSL color Cylindrical-coordinate representation of color #AEDDDE: hue angle of 181.25º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEDDDE is Cyan = 0.22, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 222 | - |
| CMYK | 0.22 | 0.00 | 0 | 0.13 |
| HSL | 181.25º | 0.42% | 0.78% | - |
| HSV(B) | 181.25º | 0.22% | 0.87% | - |
| XYZ | 56.5 | 65.99 | 78.87 | - |
| YUV | 207.06 | 136.43 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 222 | 0.22 | 0.00 | 0 | 0.13 | 181.25 | 0.42 | 0.78 |
| Hex | AE | DD | DE | 16 | 0 | 0 | D | B5 | 2A | 4E |
| Octal | 256 | 335 | 336 | 26 | 0 | 0 | 15 | 265 | 52 | 116 |
| Binary | 10101110 | 11011101 | 11011110 | 10110 | 0 | 0 | 1101 | 10110101 | 101010 | 1001110 |
Color Harmonies of #AEDDDE
Complementary color
Monochromatic Colors of #AEDDDE
Black with #AEDDDE
Text Example
Text Example
White with #AEDDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDDE; }
p { color: rgb(174,221,222); }
H1.HeaderClassName
{
color: #AEDDDE;
}
.AnyTagClassName
{
color: #AEDDDE;
}
</style>
background-color css
<style>
a { background-color: #AEDDDE; }
a { background-color: rgb(174,221,222); }
div.DivClassName
{
background-color: #AEDDDE;
}
.BgClassName
{
background-color: #AEDDDE;
}
</style>
border-color css
<style>
span { border-color: #AEDDDE; }
span { border-color: rgb(174,221,222); }
td.TdClassName
{
border-color: #AEDDDE;
}
.TagClassName
{
border-color: #AEDDDE;
}
</style>