Shades of Powder Blue #AEE0E1
Tints of Powder Blue #AEE0E1
RGB
CMYK
RGB Variations
Color information
#AEE0E1 (or 0xAEE0E1) is known color: Powder Blue. HEX triplet: AE, E0 and E1. RGB value is (174,224,225). Sum of RGB (Red+Green+Blue) = 174+224+225=623 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.93% from 623); Green value is 224 (87.89% from 255 or 35.96% from 623); Blue value is 225 (88.28% from 255 or 36.12% from 623); Max value from RGB is 225 - color contains mainly: blue. Hex color #AEE0E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE0E1 is #511F1E. Grayscale: #D1D1D1. Windows color (decimal): -5316383 or 14803118. OLE color: 14803118.
HSL color Cylindrical-coordinate representation of color #AEE0E1: hue angle of 181.18º 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 #AEE0E1 is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 224 | 225 | - |
| CMYK | 0.23 | 0.00 | 0 | 0.12 |
| HSL | 181.18º | 0.46% | 0.78% | - |
| HSV(B) | 181.18º | 0.23% | 0.88% | - |
| XYZ | 57.7 | 67.75 | 81.27 | - |
| YUV | 209.16 | 136.94 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 224 | 225 | 0.23 | 0.00 | 0 | 0.12 | 181.18 | 0.46 | 0.78 |
| Hex | AE | E0 | E1 | 17 | 0 | 0 | C | B5 | 2E | 4E |
| Octal | 256 | 340 | 341 | 27 | 0 | 0 | 14 | 265 | 56 | 116 |
| Binary | 10101110 | 11100000 | 11100001 | 10111 | 0 | 0 | 1100 | 10110101 | 101110 | 1001110 |
Color Harmonies of #AEE0E1
Complementary color
Monochromatic Colors of #AEE0E1
Black with #AEE0E1
Text Example
Text Example
White with #AEE0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE0E1; }
p { color: rgb(174,224,225); }
H1.HeaderClassName
{
color: #AEE0E1;
}
.AnyTagClassName
{
color: #AEE0E1;
}
</style>
background-color css
<style>
a { background-color: #AEE0E1; }
a { background-color: rgb(174,224,225); }
div.DivClassName
{
background-color: #AEE0E1;
}
.BgClassName
{
background-color: #AEE0E1;
}
</style>
border-color css
<style>
span { border-color: #AEE0E1; }
span { border-color: rgb(174,224,225); }
td.TdClassName
{
border-color: #AEE0E1;
}
.TagClassName
{
border-color: #AEE0E1;
}
</style>