Shades of Powder Blue #AEDBE1
Tints of Powder Blue #AEDBE1
RGB
CMYK
RGB Variations
Color information
#AEDBE1 (or 0xAEDBE1) is known color: Powder Blue. HEX triplet: AE, DB and E1. RGB value is (174,219,225). Sum of RGB (Red+Green+Blue) = 174+219+225=618 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.16% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 225 - color contains mainly: blue. Hex color #AEDBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDBE1 is #51241E. Grayscale: #CECECE. Windows color (decimal): -5317663 or 14801838. OLE color: 14801838.
HSL color Cylindrical-coordinate representation of color #AEDBE1: hue angle of 187.06º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEDBE1 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 219 | 225 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.12 |
| HSL | 187.06º | 0.46% | 0.78% | - |
| HSV(B) | 187.06º | 0.23% | 0.88% | - |
| XYZ | 56.38 | 65.1 | 80.83 | - |
| YUV | 206.23 | 138.59 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 225 | 0.23 | 0.03 | 0 | 0.12 | 187.06 | 0.46 | 0.78 |
| Hex | AE | DB | E1 | 17 | 3 | 0 | C | BB | 2E | 4E |
| Octal | 256 | 333 | 341 | 27 | 3 | 0 | 14 | 273 | 56 | 116 |
| Binary | 10101110 | 11011011 | 11100001 | 10111 | 11 | 0 | 1100 | 10111011 | 101110 | 1001110 |
Color Harmonies of #AEDBE1
Complementary color
Monochromatic Colors of #AEDBE1
Black with #AEDBE1
Text Example
Text Example
White with #AEDBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDBE1; }
p { color: rgb(174,219,225); }
H1.HeaderClassName
{
color: #AEDBE1;
}
.AnyTagClassName
{
color: #AEDBE1;
}
</style>
background-color css
<style>
a { background-color: #AEDBE1; }
a { background-color: rgb(174,219,225); }
div.DivClassName
{
background-color: #AEDBE1;
}
.BgClassName
{
background-color: #AEDBE1;
}
</style>
border-color css
<style>
span { border-color: #AEDBE1; }
span { border-color: rgb(174,219,225); }
td.TdClassName
{
border-color: #AEDBE1;
}
.TagClassName
{
border-color: #AEDBE1;
}
</style>