Shades of Powder Blue #AEDEE6
Tints of Powder Blue #AEDEE6
RGB
CMYK
RGB Variations
Color information
#AEDEE6 (or 0xAEDEE6) is known color: Powder Blue. HEX triplet: AE, DE and E6. RGB value is (174,222,230). Sum of RGB (Red+Green+Blue) = 174+222+230=626 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.80% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 230 (90.23% from 255 or 36.74% from 626); Max value from RGB is 230 - color contains mainly: blue. Hex color #AEDEE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDEE6 is #512119. Grayscale: #D0D0D0. Windows color (decimal): -5316890 or 15130286. OLE color: 15130286.
HSL color Cylindrical-coordinate representation of color #AEDEE6: hue angle of 188.57º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEDEE6 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 222 | 230 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.10 |
| HSL | 188.57º | 0.53% | 0.79% | - |
| HSV(B) | 188.57º | 0.24% | 0.9% | - |
| XYZ | 57.86 | 66.95 | 84.74 | - |
| YUV | 208.56 | 140.1 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 222 | 230 | 0.24 | 0.03 | 0 | 0.10 | 188.57 | 0.53 | 0.79 |
| Hex | AE | DE | E6 | 18 | 3 | 0 | A | BD | 35 | 4F |
| Octal | 256 | 336 | 346 | 30 | 3 | 0 | 12 | 275 | 65 | 117 |
| Binary | 10101110 | 11011110 | 11100110 | 11000 | 11 | 0 | 1010 | 10111101 | 110101 | 1001111 |
Color Harmonies of #AEDEE6
Complementary color
Monochromatic Colors of #AEDEE6
Black with #AEDEE6
Text Example
Text Example
White with #AEDEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDEE6; }
p { color: rgb(174,222,230); }
H1.HeaderClassName
{
color: #AEDEE6;
}
.AnyTagClassName
{
color: #AEDEE6;
}
</style>
background-color css
<style>
a { background-color: #AEDEE6; }
a { background-color: rgb(174,222,230); }
div.DivClassName
{
background-color: #AEDEE6;
}
.BgClassName
{
background-color: #AEDEE6;
}
</style>
border-color css
<style>
span { border-color: #AEDEE6; }
span { border-color: rgb(174,222,230); }
td.TdClassName
{
border-color: #AEDEE6;
}
.TagClassName
{
border-color: #AEDEE6;
}
</style>