#AAB9E4

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

Shades of Perano #AAB9E4

Tints of Perano #AAB9E4

Color information

#AAB9E4 (or 0xAAB9E4) is unknown color: approx Perano. HEX triplet: AA, B9 and E4. RGB value is (170,185,228). Sum of RGB (Red+Green+Blue) = 170+185+228=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 185 (72.66% from 255 or 31.73% from 583); Blue value is 228 (89.45% from 255 or 39.11% from 583); Max value from RGB is 228 - color contains mainly: blue. Hex color #AAB9E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9E4 is #55461B. Grayscale: #B9B9B9. Windows color (decimal): -5588508 or 14989738. OLE color: 14989738.

HSL color Cylindrical-coordinate representation of color #AAB9E4: hue angle of 224.48º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAB9E4 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB170185228-
CMYK0.250.1900.11
HSL224.48º51.79%78.04%-
HSV(B)224.48º25.44%89.41%-
XYZ47.9348.8580.3-
YUV185.42152.03117-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.16%
GREEN value IS 185 (72.66% from 255) = 31.73%
BLUE value IS 228 (89.45% from 255) = 39.11%
R=29.16%
G=31.73%
B=39.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1701852280.250.1900.11224.4851.7978.04
HexAAB9E419130Be0344e
Octal252271344312301334064116
Binary101010101011100111100100110011001101011111000001101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB9E4; }

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

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

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

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

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

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

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

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