Shades of Powder Blue #AEDAE1
Tints of Powder Blue #AEDAE1
RGB
CMYK
RGB Variations
Color information
#AEDAE1 (or 0xAEDAE1) is known color: Powder Blue. HEX triplet: AE, DA and E1. RGB value is (174,218,225). Sum of RGB (Red+Green+Blue) = 174+218+225=617 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.20% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 225 - color contains mainly: blue. Hex color #AEDAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDAE1 is #51251E. Grayscale: #CDCDCD. Windows color (decimal): -5317919 or 14801582. OLE color: 14801582.
HSL color Cylindrical-coordinate representation of color #AEDAE1: hue angle of 188.24º 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 #AEDAE1 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 218 | 225 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.12 |
| HSL | 188.24º | 0.46% | 0.78% | - |
| HSV(B) | 188.24º | 0.23% | 0.88% | - |
| XYZ | 56.12 | 64.58 | 80.74 | - |
| YUV | 205.64 | 138.92 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 225 | 0.23 | 0.03 | 0 | 0.12 | 188.24 | 0.46 | 0.78 |
| Hex | AE | DA | E1 | 17 | 3 | 0 | C | BC | 2E | 4E |
| Octal | 256 | 332 | 341 | 27 | 3 | 0 | 14 | 274 | 56 | 116 |
| Binary | 10101110 | 11011010 | 11100001 | 10111 | 11 | 0 | 1100 | 10111100 | 101110 | 1001110 |
Color Harmonies of #AEDAE1
Complementary color
Monochromatic Colors of #AEDAE1
Black with #AEDAE1
Text Example
Text Example
White with #AEDAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDAE1; }
p { color: rgb(174,218,225); }
H1.HeaderClassName
{
color: #AEDAE1;
}
.AnyTagClassName
{
color: #AEDAE1;
}
</style>
background-color css
<style>
a { background-color: #AEDAE1; }
a { background-color: rgb(174,218,225); }
div.DivClassName
{
background-color: #AEDAE1;
}
.BgClassName
{
background-color: #AEDAE1;
}
</style>
border-color css
<style>
span { border-color: #AEDAE1; }
span { border-color: rgb(174,218,225); }
td.TdClassName
{
border-color: #AEDAE1;
}
.TagClassName
{
border-color: #AEDAE1;
}
</style>