#AAADE9

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

Shades of Perano #AAADE9

Tints of Perano #AAADE9

Color information

#AAADE9 (or 0xAAADE9) is unknown color: approx Perano. HEX triplet: AA, AD and E9. RGB value is (170,173,233). Sum of RGB (Red+Green+Blue) = 170+173+233=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 233 (91.41% from 255 or 40.45% from 576); Max value from RGB is 233 - color contains mainly: blue. Hex color #AAADE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAADE9 is #555216. Grayscale: #B2B2B2. Windows color (decimal): -5591575 or 15314346. OLE color: 15314346.

HSL color Cylindrical-coordinate representation of color #AAADE9: hue angle of 237.14º 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 #AAADE9 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB170173233-
CMYK0.270.2600.09
HSL237.14º58.88%79.02%-
HSV(B)237.14º27.04%91.37%-
XYZ46.2344.3283.21-
YUV178.94158.51121.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.51%
GREEN value IS 173 (67.97% from 255) = 30.03%
BLUE value IS 233 (91.41% from 255) = 40.45%
R=29.51%
G=30.03%
B=40.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1701732330.270.2600.09237.1458.8879.02
HexAAADE91B1A09ed3b4f
Octal252255351333201135573117
Binary101010101010110111101001110111101001001111011011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAADE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAADE9; }

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

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

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

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

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

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

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

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