#AAB5EC

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

Shades of Perano #AAB5EC

Tints of Perano #AAB5EC

Color information

#AAB5EC (or 0xAAB5EC) is unknown color: approx Perano. HEX triplet: AA, B5 and EC. RGB value is (170,181,236). Sum of RGB (Red+Green+Blue) = 170+181+236=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 181 (71.09% from 255 or 30.83% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAB5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB5EC is #554A13. Grayscale: #B7B7B7. Windows color (decimal): -5589524 or 15513002. OLE color: 15513002.

HSL color Cylindrical-coordinate representation of color #AAB5EC: hue angle of 230º degrees, saturation: 0.63, 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 #AAB5EC is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170181236-
CMYK0.280.2300.07
HSL230º63.46%79.61%-
HSV(B)230º27.97%92.55%-
XYZ48.2447.6586.01-
YUV183.98157.36118.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.96%
GREEN value IS 181 (71.09% from 255) = 30.83%
BLUE value IS 236 (92.58% from 255) = 40.20%
R=28.96%
G=30.83%
B=40.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701812360.280.2300.0723063.4679.61
HexAAB5EC1C1707e63f50
Octal25226535434270734677120
Binary10101010101101011110110011100101110111111001101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB5EC; }

 p { color: rgb(170,181,236); }

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

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

 a { background-color: rgb(170,181,236); }

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

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

 span { border-color: rgb(170,181,236); }

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