#AAADE8

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

Shades of Perano #AAADE8

Tints of Perano #AAADE8

Color information

#AAADE8 (or 0xAAADE8) is unknown color: approx Perano. HEX triplet: AA, AD and E8. RGB value is (170,173,232). Sum of RGB (Red+Green+Blue) = 170+173+232=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 232 (91.02% from 255 or 40.35% from 575); Max value from RGB is 232 - color contains mainly: blue. Hex color #AAADE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAADE8 is #555217. Grayscale: #B2B2B2. Windows color (decimal): -5591576 or 15248810. OLE color: 15248810.

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

Color convert

RGB170173232-
CMYK0.270.2500.09
HSL237.1º57.41%78.82%-
HSV(B)237.1º26.72%90.98%-
XYZ46.0944.2682.46-
YUV178.83158.01121.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.57%
GREEN value IS 173 (67.97% from 255) = 30.09%
BLUE value IS 232 (91.02% from 255) = 40.35%
R=29.57%
G=30.09%
B=40.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1701732320.270.2500.09237.157.4178.82
HexAAADE81B1909ed394f
Octal252255350333101135571117
Binary101010101010110111101000110111100101001111011011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAADE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAADE8; }

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

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

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

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

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

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

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

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