#AAE1E9

Color #AAE1E9 Powder Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Powder Blue #AAE1E9

Tints of Powder Blue #AAE1E9

Color information

#AAE1E9 (or 0xAAE1E9) is unknown color: approx Powder Blue. HEX triplet: AA, E1 and E9. RGB value is (170,225,233). Sum of RGB (Red+Green+Blue) = 170+225+233=628 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.07% from 628); Green value is 225 (88.28% from 255 or 35.83% from 628); Blue value is 233 (91.41% from 255 or 37.10% from 628); Max value from RGB is 233 - color contains mainly: blue. Hex color #AAE1E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAE1E9 is #551E16. Grayscale: #D1D1D1. Windows color (decimal): -5578263 or 15327658. OLE color: 15327658.

HSL color Cylindrical-coordinate representation of color #AAE1E9: hue angle of 187.62º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE1E9 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB170225233-
CMYK0.270.0300.09
HSL187.62º58.88%79.02%-
HSV(B)187.62º27.04%91.37%-
XYZ58.2168.2887.2-
YUV209.47141.2899.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 27.07%
GREEN value IS 225 (88.28% from 255) = 35.83%
BLUE value IS 233 (91.41% from 255) = 37.10%
R=27.07%
G=35.83%
B=37.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1702252330.270.0300.09187.6258.8879.02
HexAAE1E91B309bc3b4f
Octal25234135133301127473117
Binary101010101110000111101001110111101001101111001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE1E9; }

 p { color: rgb(170,225,233); }

 H1.HeaderClassName
 {
   color: #AAE1E9;
 }
 .AnyTagClassName
 {
   color: #AAE1E9;
 }
</style>
background-color css

<style>
 a { background-color: #AAE1E9; }

 a { background-color: rgb(170,225,233); }

 div.DivClassName
 {
   background-color: #AAE1E9;
 }
 .BgClassName
 {
   background-color: #AAE1E9;
 }
</style>
border-color css

<style>
 span { border-color: #AAE1E9; }

 span { border-color: rgb(170,225,233); }

 td.TdClassName
 {
   border-color: #AAE1E9;
 }
 .TagClassName
 {
   border-color: #AAE1E9;
 }
</style>