Shades of Powder Blue #AEE1E6
Tints of Powder Blue #AEE1E6
RGB
CMYK
RGB Variations
Color information
#AEE1E6 (or 0xAEE1E6) is known color: Powder Blue. HEX triplet: AE, E1 and E6. RGB value is (174,225,230). Sum of RGB (Red+Green+Blue) = 174+225+230=629 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.66% from 629); Green value is 225 (88.28% from 255 or 35.77% from 629); Blue value is 230 (90.23% from 255 or 36.57% from 629); Max value from RGB is 230 - color contains mainly: blue. Hex color #AEE1E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE1E6 is #511E19. Grayscale: #D2D2D2. Windows color (decimal): -5316122 or 15131054. OLE color: 15131054.
HSL color Cylindrical-coordinate representation of color #AEE1E6: hue angle of 185.36º 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 #AEE1E6 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 225 | 230 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.10 |
| HSL | 185.36º | 0.53% | 0.79% | - |
| HSV(B) | 185.36º | 0.24% | 0.9% | - |
| XYZ | 58.66 | 68.56 | 85 | - |
| YUV | 210.32 | 139.1 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 225 | 230 | 0.24 | 0.02 | 0 | 0.10 | 185.36 | 0.53 | 0.79 |
| Hex | AE | E1 | E6 | 18 | 2 | 0 | A | B9 | 35 | 4F |
| Octal | 256 | 341 | 346 | 30 | 2 | 0 | 12 | 271 | 65 | 117 |
| Binary | 10101110 | 11100001 | 11100110 | 11000 | 10 | 0 | 1010 | 10111001 | 110101 | 1001111 |
Color Harmonies of #AEE1E6
Complementary color
Monochromatic Colors of #AEE1E6
Black with #AEE1E6
Text Example
Text Example
White with #AEE1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE1E6; }
p { color: rgb(174,225,230); }
H1.HeaderClassName
{
color: #AEE1E6;
}
.AnyTagClassName
{
color: #AEE1E6;
}
</style>
background-color css
<style>
a { background-color: #AEE1E6; }
a { background-color: rgb(174,225,230); }
div.DivClassName
{
background-color: #AEE1E6;
}
.BgClassName
{
background-color: #AEE1E6;
}
</style>
border-color css
<style>
span { border-color: #AEE1E6; }
span { border-color: rgb(174,225,230); }
td.TdClassName
{
border-color: #AEE1E6;
}
.TagClassName
{
border-color: #AEE1E6;
}
</style>