#90AAAE

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

Shades of Botticelli #90AAAE

Tints of Botticelli #90AAAE

Color information

#90AAAE (or 0x90AAAE) is unknown color: approx Botticelli. HEX triplet: 90, AA and AE. RGB value is (144,170,174). Sum of RGB (Red+Green+Blue) = 144+170+174=488 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.51% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 174 - color contains mainly: blue. Hex color #90AAAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AAAE is #6F5551. Grayscale: #A2A2A2. Windows color (decimal): -7296338 or 11446928. OLE color: 11446928.

HSL color Cylindrical-coordinate representation of color #90AAAE: hue angle of 188º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #90AAAE is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB144170174-
CMYK0.170.0200.32
HSL188º15.62%62.35%-
HSV(B)188º17.24%68.24%-
XYZ33.5237.7345.56-
YUV162.68134.39114.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.51%
GREEN value IS 170 (66.80% from 255) = 34.84%
BLUE value IS 174 (68.36% from 255) = 35.66%
R=29.51%
G=34.84%
B=35.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441701740.170.0200.3218815.6262.35
Hex90AAAE112020bc103e
Octal2202522562120402742076
Binary100100001010101010101110100011001000001011110010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90AAAE; }

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

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

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

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

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

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

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

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