#89ABB5

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

Shades of Botticelli #89ABB5

Tints of Botticelli #89ABB5

Color information

#89ABB5 (or 0x89ABB5) is unknown color: approx Botticelli. HEX triplet: 89, AB and B5. RGB value is (137,171,181). Sum of RGB (Red+Green+Blue) = 137+171+181=489 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.02% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 181 (71.09% from 255 or 37.01% from 489); Max value from RGB is 181 - color contains mainly: blue. Hex color #89ABB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ABB5 is #76544A. Grayscale: #A1A1A1. Windows color (decimal): -7754827 or 11905929. OLE color: 11905929.

HSL color Cylindrical-coordinate representation of color #89ABB5: hue angle of 193.64º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #89ABB5 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB137171181-
CMYK0.240.0600.29
HSL193.64º22.92%62.35%-
HSV(B)193.64º24.31%70.98%-
XYZ33.2237.7849.26-
YUV161.97138.74110.19-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.02%
GREEN value IS 171 (67.19% from 255) = 34.97%
BLUE value IS 181 (71.09% from 255) = 37.01%
R=28.02%
G=34.97%
B=37.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1371711810.240.0600.29193.6422.9262.35
Hex89ABB518601Dc2173e
Octal2112532653060353022776
Binary100010011010101110110101110001100111011100001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ABB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,171,181); }

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

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

 a { background-color: rgb(137,171,181); }

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

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

 span { border-color: rgb(137,171,181); }

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