Shades of Powder Blue #AEDBE2
Tints of Powder Blue #AEDBE2
RGB
CMYK
RGB Variations
Color information
#AEDBE2 (or 0xAEDBE2) is known color: Powder Blue. HEX triplet: AE, DB and E2. RGB value is (174,219,226). Sum of RGB (Red+Green+Blue) = 174+219+226=619 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.11% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 226 (88.67% from 255 or 36.51% from 619); Max value from RGB is 226 - color contains mainly: blue. Hex color #AEDBE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDBE2 is #51241D. Grayscale: #CECECE. Windows color (decimal): -5317662 or 14867374. OLE color: 14867374.
HSL color Cylindrical-coordinate representation of color #AEDBE2: hue angle of 188.08º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEDBE2 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 219 | 226 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.11 |
| HSL | 188.08º | 0.47% | 0.78% | - |
| HSV(B) | 188.08º | 0.23% | 0.89% | - |
| XYZ | 56.51 | 65.15 | 81.55 | - |
| YUV | 206.34 | 139.09 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 226 | 0.23 | 0.03 | 0 | 0.11 | 188.08 | 0.47 | 0.78 |
| Hex | AE | DB | E2 | 17 | 3 | 0 | B | BC | 2F | 4E |
| Octal | 256 | 333 | 342 | 27 | 3 | 0 | 13 | 274 | 57 | 116 |
| Binary | 10101110 | 11011011 | 11100010 | 10111 | 11 | 0 | 1011 | 10111100 | 101111 | 1001110 |
Color Harmonies of #AEDBE2
Complementary color
Monochromatic Colors of #AEDBE2
Black with #AEDBE2
Text Example
Text Example
White with #AEDBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDBE2; }
p { color: rgb(174,219,226); }
H1.HeaderClassName
{
color: #AEDBE2;
}
.AnyTagClassName
{
color: #AEDBE2;
}
</style>
background-color css
<style>
a { background-color: #AEDBE2; }
a { background-color: rgb(174,219,226); }
div.DivClassName
{
background-color: #AEDBE2;
}
.BgClassName
{
background-color: #AEDBE2;
}
</style>
border-color css
<style>
span { border-color: #AEDBE2; }
span { border-color: rgb(174,219,226); }
td.TdClassName
{
border-color: #AEDBE2;
}
.TagClassName
{
border-color: #AEDBE2;
}
</style>