#9AAAAE

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

Shades of Botticelli #9AAAAE

Tints of Botticelli #9AAAAE

Color information

#9AAAAE (or 0x9AAAAE) is unknown color: approx Botticelli. HEX triplet: 9A, AA and AE. RGB value is (154,170,174). Sum of RGB (Red+Green+Blue) = 154+170+174=498 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.92% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 174 - color contains mainly: blue. Hex color #9AAAAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAAAE is #655551. Grayscale: #A5A5A5. Windows color (decimal): -6640978 or 11446938. OLE color: 11446938.

HSL color Cylindrical-coordinate representation of color #9AAAAE: hue angle of 192º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9AAAAE is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB154170174-
CMYK0.110.0200.32
HSL192º10.99%64.31%-
HSV(B)192º11.49%68.24%-
XYZ35.3438.6845.65-
YUV165.67132.7119.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.92%
GREEN value IS 170 (66.80% from 255) = 34.14%
BLUE value IS 174 (68.36% from 255) = 34.94%
R=30.92%
G=34.14%
B=34.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1541701740.110.0200.3219210.9964.31
Hex9AAAAEB2020c0b40
Octal23225225613204030013100
Binary10011010101010101010111010111001000001100000010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AAAAE; }

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

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

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

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

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

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

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

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