Shades of Powder Blue #AEDBE4
Tints of Powder Blue #AEDBE4
RGB
CMYK
RGB Variations
Color information
#AEDBE4 (or 0xAEDBE4) is known color: Powder Blue. HEX triplet: AE, DB and E4. RGB value is (174,219,228). Sum of RGB (Red+Green+Blue) = 174+219+228=621 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.02% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 228 (89.45% from 255 or 36.71% from 621); Max value from RGB is 228 - color contains mainly: blue. Hex color #AEDBE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDBE4 is #51241B. Grayscale: #CECECE. Windows color (decimal): -5317660 or 14998446. OLE color: 14998446.
HSL color Cylindrical-coordinate representation of color #AEDBE4: hue angle of 190º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEDBE4 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 219 | 228 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.11 |
| HSL | 190º | 0.5% | 0.79% | - |
| HSV(B) | 190º | 0.24% | 0.89% | - |
| XYZ | 56.79 | 65.26 | 83 | - |
| YUV | 206.57 | 140.09 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 228 | 0.24 | 0.04 | 0 | 0.11 | 190 | 0.5 | 0.79 |
| Hex | AE | DB | E4 | 18 | 4 | 0 | B | BE | 32 | 4F |
| Octal | 256 | 333 | 344 | 30 | 4 | 0 | 13 | 276 | 62 | 117 |
| Binary | 10101110 | 11011011 | 11100100 | 11000 | 100 | 0 | 1011 | 10111110 | 110010 | 1001111 |
Color Harmonies of #AEDBE4
Complementary color
Monochromatic Colors of #AEDBE4
Black with #AEDBE4
Text Example
Text Example
White with #AEDBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDBE4; }
p { color: rgb(174,219,228); }
H1.HeaderClassName
{
color: #AEDBE4;
}
.AnyTagClassName
{
color: #AEDBE4;
}
</style>
background-color css
<style>
a { background-color: #AEDBE4; }
a { background-color: rgb(174,219,228); }
div.DivClassName
{
background-color: #AEDBE4;
}
.BgClassName
{
background-color: #AEDBE4;
}
</style>
border-color css
<style>
span { border-color: #AEDBE4; }
span { border-color: rgb(174,219,228); }
td.TdClassName
{
border-color: #AEDBE4;
}
.TagClassName
{
border-color: #AEDBE4;
}
</style>