Shades of Powder Blue #AEE4EC
Tints of Powder Blue #AEE4EC
RGB
CMYK
RGB Variations
Color information
#AEE4EC (or 0xAEE4EC) is known color: Powder Blue. HEX triplet: AE, E4 and EC. RGB value is (174,228,236). Sum of RGB (Red+Green+Blue) = 174+228+236=638 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.27% from 638); Green value is 228 (89.45% from 255 or 35.74% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEE4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE4EC is #511B13. Grayscale: #D4D4D4. Windows color (decimal): -5315348 or 15525038. OLE color: 15525038.
HSL color Cylindrical-coordinate representation of color #AEE4EC: hue angle of 187.74º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEE4EC is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 174 | 228 | 236 | - |
CMYK | 0.26 | 0.03 | 0 | 0.07 |
HSL | 187.74º | 0.62% | 0.8% | - |
HSV(B) | 187.74º | 0.26% | 0.93% | - |
XYZ | 60.34 | 70.54 | 89.79 | - |
YUV | 212.77 | 141.11 | 100.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 228 | 236 | 0.26 | 0.03 | 0 | 0.07 | 187.74 | 0.62 | 0.8 |
Hex | AE | E4 | EC | 1A | 3 | 0 | 7 | BC | 3E | 50 |
Octal | 256 | 344 | 354 | 32 | 3 | 0 | 7 | 274 | 76 | 120 |
Binary | 10101110 | 11100100 | 11101100 | 11010 | 11 | 0 | 111 | 10111100 | 111110 | 1010000 |
Color Harmonies of #AEE4EC
Complementary color
Monochromatic Colors of #AEE4EC
Black with #AEE4EC
Text Example
Text Example
White with #AEE4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE4EC; }
p { color: rgb(174,228,236); }
H1.HeaderClassName
{
color: #AEE4EC;
}
.AnyTagClassName
{
color: #AEE4EC;
}
</style>
background-color css
<style>
a { background-color: #AEE4EC; }
a { background-color: rgb(174,228,236); }
div.DivClassName
{
background-color: #AEE4EC;
}
.BgClassName
{
background-color: #AEE4EC;
}
</style>
border-color css
<style>
span { border-color: #AEE4EC; }
span { border-color: rgb(174,228,236); }
td.TdClassName
{
border-color: #AEE4EC;
}
.TagClassName
{
border-color: #AEE4EC;
}
</style>