#AABEE9

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

Shades of Perano #AABEE9

Tints of Perano #AABEE9

Color information

#AABEE9 (or 0xAABEE9) is unknown color: approx Perano. HEX triplet: AA, BE and E9. RGB value is (170,190,233). Sum of RGB (Red+Green+Blue) = 170+190+233=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 233 (91.41% from 255 or 39.29% from 593); Max value from RGB is 233 - color contains mainly: blue. Hex color #AABEE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABEE9 is #554116. Grayscale: #BCBCBC. Windows color (decimal): -5587223 or 15318698. OLE color: 15318698.

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

Color convert

RGB170190233-
CMYK0.270.1800.09
HSL220.95º58.88%79.02%-
HSV(B)220.95º27.04%91.37%-
XYZ49.751.2684.36-
YUV188.92152.87114.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.67%
GREEN value IS 190 (74.61% from 255) = 32.04%
BLUE value IS 233 (91.41% from 255) = 39.29%
R=28.67%
G=32.04%
B=39.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1701902330.270.1800.09220.9558.8879.02
HexAABEE91B1209dd3b4f
Octal252276351332201133573117
Binary101010101011111011101001110111001001001110111011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABEE9; }

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

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

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

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

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

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

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

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