#AAB9EB

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

Shades of Perano #AAB9EB

Tints of Perano #AAB9EB

Color information

#AAB9EB (or 0xAAB9EB) is unknown color: approx Perano. HEX triplet: AA, B9 and EB. RGB value is (170,185,235). Sum of RGB (Red+Green+Blue) = 170+185+235=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 185 (72.66% from 255 or 31.36% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 235 - color contains mainly: blue. Hex color #AAB9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB9EB is #554614. Grayscale: #B9B9B9. Windows color (decimal): -5588501 or 15448490. OLE color: 15448490.

HSL color Cylindrical-coordinate representation of color #AAB9EB: hue angle of 226.15º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAB9EB is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170185235-
CMYK0.280.2100.08
HSL226.15º61.9%79.41%-
HSV(B)226.15º27.66%92.16%-
XYZ48.9249.2485.52-
YUV186.22155.53116.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.81%
GREEN value IS 185 (72.66% from 255) = 31.36%
BLUE value IS 235 (92.19% from 255) = 39.83%
R=28.81%
G=31.36%
B=39.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701852350.280.2100.08226.1561.979.41
HexAAB9EB1C1508e23e4f
Octal252271353342501034276117
Binary101010101011100111101011111001010101000111000101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB9EB; }

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

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

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

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

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

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

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

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