Shades of Powder Blue #AEDBDE
Tints of Powder Blue #AEDBDE
RGB
CMYK
RGB Variations
Color information
#AEDBDE (or 0xAEDBDE) is known color: Powder Blue. HEX triplet: AE, DB and DE. RGB value is (174,219,222). Sum of RGB (Red+Green+Blue) = 174+219+222=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 222 - color contains mainly: blue. Hex color #AEDBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDBDE is #512421. Grayscale: #CDCDCD. Windows color (decimal): -5317666 or 14605230. OLE color: 14605230.
HSL color Cylindrical-coordinate representation of color #AEDBDE: hue angle of 183.75º 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 #AEDBDE is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 219 | 222 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.13 |
| HSL | 183.75º | 0.42% | 0.78% | - |
| HSV(B) | 183.75º | 0.22% | 0.87% | - |
| XYZ | 55.97 | 64.94 | 78.69 | - |
| YUV | 205.89 | 137.09 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 222 | 0.22 | 0.01 | 0 | 0.13 | 183.75 | 0.42 | 0.78 |
| Hex | AE | DB | DE | 16 | 1 | 0 | D | B8 | 2A | 4E |
| Octal | 256 | 333 | 336 | 26 | 1 | 0 | 15 | 270 | 52 | 116 |
| Binary | 10101110 | 11011011 | 11011110 | 10110 | 1 | 0 | 1101 | 10111000 | 101010 | 1001110 |
Color Harmonies of #AEDBDE
Complementary color
Monochromatic Colors of #AEDBDE
Black with #AEDBDE
Text Example
Text Example
White with #AEDBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDBDE; }
p { color: rgb(174,219,222); }
H1.HeaderClassName
{
color: #AEDBDE;
}
.AnyTagClassName
{
color: #AEDBDE;
}
</style>
background-color css
<style>
a { background-color: #AEDBDE; }
a { background-color: rgb(174,219,222); }
div.DivClassName
{
background-color: #AEDBDE;
}
.BgClassName
{
background-color: #AEDBDE;
}
</style>
border-color css
<style>
span { border-color: #AEDBDE; }
span { border-color: rgb(174,219,222); }
td.TdClassName
{
border-color: #AEDBDE;
}
.TagClassName
{
border-color: #AEDBDE;
}
</style>