#89AAB7

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

Shades of Botticelli #89AAB7

Tints of Botticelli #89AAB7

Color information

#89AAB7 (or 0x89AAB7) is unknown color: approx Botticelli. HEX triplet: 89, AA and B7. RGB value is (137,170,183). Sum of RGB (Red+Green+Blue) = 137+170+183=490 (64% of max value = 765). Red value is 137 (53.91% from 255 or 27.96% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 183 - color contains mainly: blue. Hex color #89AAB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AAB7 is #765548. Grayscale: #A1A1A1. Windows color (decimal): -7755081 or 12036745. OLE color: 12036745.

HSL color Cylindrical-coordinate representation of color #89AAB7: hue angle of 196.96º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #89AAB7 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB137170183-
CMYK0.250.0700.28
HSL196.96º24.21%62.75%-
HSV(B)196.96º25.14%71.76%-
XYZ33.2437.4950.28-
YUV161.61140.07110.44-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.96%
GREEN value IS 170 (66.80% from 255) = 34.69%
BLUE value IS 183 (71.88% from 255) = 37.35%
R=27.96%
G=34.69%
B=37.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1371701830.250.0700.28196.9624.2162.75
Hex89AAB719701Cc5183f
Octal2112522673170343053077
Binary100010011010101010110111110011110111001100010111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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