#AE90EB

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

Shades of Biloba Flower #AE90EB

Tints of Biloba Flower #AE90EB

Color information

#AE90EB (or 0xAE90EB) is unknown color: approx Biloba Flower. HEX triplet: AE, 90 and EB. RGB value is (174,144,235). Sum of RGB (Red+Green+Blue) = 174+144+235=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #AE90EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE90EB is #516F14. Grayscale: #A3A3A3. Windows color (decimal): -5336853 or 15437998. OLE color: 15437998.

HSL color Cylindrical-coordinate representation of color #AE90EB: hue angle of 259.78º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE90EB is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174144235-
CMYK0.260.3900.08
HSL259.78º69.47%74.31%-
HSV(B)259.78º38.72%92.16%-
XYZ42.4234.9483.11-
YUV163.34168.44135.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.46%
GREEN value IS 144 (56.64% from 255) = 26.04%
BLUE value IS 235 (92.19% from 255) = 42.50%
R=31.46%
G=26.04%
B=42.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1741442350.260.3900.08259.7869.4774.31
HexAE90EB1A2708104454a
Octal2562203533247010404105112
Binary101011101001000011101011110101001110100010000010010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE90EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE90EB; }

 p { color: rgb(174,144,235); }

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

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

 a { background-color: rgb(174,144,235); }

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

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

 span { border-color: rgb(174,144,235); }

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