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