#AAB9ED

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

Shades of Perano #AAB9ED

Tints of Perano #AAB9ED

Color information

#AAB9ED (or 0xAAB9ED) is unknown color: approx Perano. HEX triplet: AA, B9 and ED. RGB value is (170,185,237). Sum of RGB (Red+Green+Blue) = 170+185+237=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 185 (72.66% from 255 or 31.25% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #AAB9ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB9ED is #554612. Grayscale: #BABABA. Windows color (decimal): -5588499 or 15579562. OLE color: 15579562.

HSL color Cylindrical-coordinate representation of color #AAB9ED: hue angle of 226.57º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAB9ED is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170185237-
CMYK0.280.2200.07
HSL226.57º65.05%79.8%-
HSV(B)226.57º28.27%92.94%-
XYZ49.2149.3687.05-
YUV186.44156.53116.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.72%
GREEN value IS 185 (72.66% from 255) = 31.25%
BLUE value IS 237 (92.97% from 255) = 40.03%
R=28.72%
G=31.25%
B=40.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701852370.280.2200.07226.5765.0579.8
HexAAB9ED1C1607e34150
Octal252271355342607343101120
Binary101010101011100111101101111001011001111110001110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB9ED; }

 p { color: rgb(170,185,237); }

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

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

 a { background-color: rgb(170,185,237); }

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

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

 span { border-color: rgb(170,185,237); }

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