Shades of Powder Blue #AEDAE2
Tints of Powder Blue #AEDAE2
RGB
CMYK
RGB Variations
Color information
#AEDAE2 (or 0xAEDAE2) is known color: Powder Blue. HEX triplet: AE, DA and E2. RGB value is (174,218,226). Sum of RGB (Red+Green+Blue) = 174+218+226=618 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.16% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 226 (88.67% from 255 or 36.57% from 618); Max value from RGB is 226 - color contains mainly: blue. Hex color #AEDAE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDAE2 is #51251D. Grayscale: #CDCDCD. Windows color (decimal): -5317918 or 14867118. OLE color: 14867118.
HSL color Cylindrical-coordinate representation of color #AEDAE2: hue angle of 189.23º 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 #AEDAE2 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 218 | 226 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.11 |
| HSL | 189.23º | 0.47% | 0.78% | - |
| HSV(B) | 189.23º | 0.23% | 0.89% | - |
| XYZ | 56.25 | 64.63 | 81.46 | - |
| YUV | 205.76 | 139.42 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 226 | 0.23 | 0.04 | 0 | 0.11 | 189.23 | 0.47 | 0.78 |
| Hex | AE | DA | E2 | 17 | 4 | 0 | B | BD | 2F | 4E |
| Octal | 256 | 332 | 342 | 27 | 4 | 0 | 13 | 275 | 57 | 116 |
| Binary | 10101110 | 11011010 | 11100010 | 10111 | 100 | 0 | 1011 | 10111101 | 101111 | 1001110 |
Color Harmonies of #AEDAE2
Complementary color
Monochromatic Colors of #AEDAE2
Black with #AEDAE2
Text Example
Text Example
White with #AEDAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDAE2; }
p { color: rgb(174,218,226); }
H1.HeaderClassName
{
color: #AEDAE2;
}
.AnyTagClassName
{
color: #AEDAE2;
}
</style>
background-color css
<style>
a { background-color: #AEDAE2; }
a { background-color: rgb(174,218,226); }
div.DivClassName
{
background-color: #AEDAE2;
}
.BgClassName
{
background-color: #AEDAE2;
}
</style>
border-color css
<style>
span { border-color: #AEDAE2; }
span { border-color: rgb(174,218,226); }
td.TdClassName
{
border-color: #AEDAE2;
}
.TagClassName
{
border-color: #AEDAE2;
}
</style>