#89AAB2

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

Shades of Botticelli #89AAB2

Tints of Botticelli #89AAB2

Color information

#89AAB2 (or 0x89AAB2) is unknown color: approx Botticelli. HEX triplet: 89, AA and B2. RGB value is (137,170,178). Sum of RGB (Red+Green+Blue) = 137+170+178=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 178 - color contains mainly: blue. Hex color #89AAB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AAB2 is #76554D. Grayscale: #A0A0A0. Windows color (decimal): -7755086 or 11709065. OLE color: 11709065.

HSL color Cylindrical-coordinate representation of color #89AAB2: hue angle of 191.71º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #89AAB2 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB137170178-
CMYK0.230.0400.30
HSL191.71º21.03%61.76%-
HSV(B)191.71º23.03%69.8%-
XYZ32.7337.2847.59-
YUV161.04137.57110.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.25%
GREEN value IS 170 (66.80% from 255) = 35.05%
BLUE value IS 178 (69.92% from 255) = 36.70%
R=28.25%
G=35.05%
B=36.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1371701780.230.0400.30191.7121.0361.76
Hex89AAB217401Ec0153e
Octal2112522622740363002576
Binary100010011010101010110010101111000111101100000010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89AAB2; }

 p { color: rgb(137,170,178); }

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

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

 a { background-color: rgb(137,170,178); }

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

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

 span { border-color: rgb(137,170,178); }

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