Html Css Color HEX #AE90EA Biloba Flower

📋 copy color: '#AE90EA'

red 174 ◦ green 144 ◦ blue 234

#AE90EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #AE90EA

Tints of Biloba Flower #AE90EA

RGB

 RED value IS 174 (68.36% from 255) = 31.52%

 GREEN value IS 144 (56.64% from 255) = 26.09%

 BLUE value IS 234 (91.8% from 255) = 42.39%

R = 31.52%
G = 26.09%
B = 42.39%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AE90EA (or 0xAE90EA) is known color: Biloba Flower. HEX triplet: AE, 90 and EA. RGB value is (174,144,234). Sum of RGB (Red+Green+Blue) = 174+144+234=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #AE90EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE90EA is #516F15. Grayscale: #A2A2A2. Windows color (decimal): -5336854 or 15372462. OLE color: 15372462.

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

Color convert

RGB 174 144 234 -
CMYK 0.26 0.38 0 0.08
HSL 260º 0.68% 0.74% -
HSV(B) 260º 0.38% 0.92% -
XYZ 42.28 34.89 82.35 -
YUV 163.23 167.94 135.68 -
System Red Green Blue C M Y K H S L
Decimal 174 144 234 0.26 0.38 0 0.08 260 0.68 0.74
Hex AE 90 EA 1A 26 0 8 104 44 4A
Octal 256 220 352 32 46 0 10 404 104 112
Binary 10101110 10010000 11101010 11010 100110 0 1000 100000100 1000100 1001010

Color Harmonies of #AE90EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE90EA

Black with #AE90EA

Text Example


Text Example

White with #AE90EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE90EA; }

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

 H1.HeaderClassName
 {
   color: #AE90EA;
 }
 .AnyTagClassName
 {
   color: #AE90EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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