#AAADE1

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

Shades of Perano #AAADE1

Tints of Perano #AAADE1

Color information

#AAADE1 (or 0xAAADE1) is unknown color: approx Perano. HEX triplet: AA, AD and E1. RGB value is (170,173,225). Sum of RGB (Red+Green+Blue) = 170+173+225=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 225 (88.28% from 255 or 39.61% from 568); Max value from RGB is 225 - color contains mainly: blue. Hex color #AAADE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADE1 is #55521E. Grayscale: #B1B1B1. Windows color (decimal): -5591583 or 14790058. OLE color: 14790058.

HSL color Cylindrical-coordinate representation of color #AAADE1: hue angle of 236.73º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAADE1 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB170173225-
CMYK0.240.2300.12
HSL236.73º47.83%77.45%-
HSV(B)236.73º24.44%88.24%-
XYZ45.1143.8777.32-
YUV178.03154.51122.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.93%
GREEN value IS 173 (67.97% from 255) = 30.46%
BLUE value IS 225 (88.28% from 255) = 39.61%
R=29.93%
G=30.46%
B=39.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1701732250.240.2300.12236.7347.8377.45
HexAAADE118170Ced304d
Octal252255341302701435560115
Binary101010101010110111100001110001011101100111011011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAADE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAADE1; }

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

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

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

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

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

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

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

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