#89ACB3

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

Shades of Botticelli #89ACB3

Tints of Botticelli #89ACB3

Color information

#89ACB3 (or 0x89ACB3) is unknown color: approx Botticelli. HEX triplet: 89, AC and B3. RGB value is (137,172,179). Sum of RGB (Red+Green+Blue) = 137+172+179=488 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.07% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 179 - color contains mainly: blue. Hex color #89ACB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ACB3 is #76534C. Grayscale: #A2A2A2. Windows color (decimal): -7754573 or 11775113. OLE color: 11775113.

HSL color Cylindrical-coordinate representation of color #89ACB3: hue angle of 190º degrees, saturation: 0.22, 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 #89ACB3 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB137172179-
CMYK0.230.0400.30
HSL190º21.65%61.96%-
HSV(B)190º23.46%70.2%-
XYZ33.2138.0848.25-
YUV162.33137.4109.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.07%
GREEN value IS 172 (67.58% from 255) = 35.25%
BLUE value IS 179 (70.31% from 255) = 36.68%
R=28.07%
G=35.25%
B=36.68%

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
Decimal1371721790.230.0400.3019021.6561.96
Hex89ACB317401Ebe163e
Octal2112542632740362762676
Binary100010011010110010110011101111000111101011111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,172,179); }

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

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

 a { background-color: rgb(137,172,179); }

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

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

 span { border-color: rgb(137,172,179); }

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