#89ABB3

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

Shades of Botticelli #89ABB3

Tints of Botticelli #89ABB3

Color information

#89ABB3 (or 0x89ABB3) is unknown color: approx Botticelli. HEX triplet: 89, AB and B3. RGB value is (137,171,179). Sum of RGB (Red+Green+Blue) = 137+171+179=487 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.13% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 179 (70.31% from 255 or 36.76% from 487); Max value from RGB is 179 - color contains mainly: blue. Hex color #89ABB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ABB3 is #76544C. Grayscale: #A1A1A1. Windows color (decimal): -7754829 or 11774857. OLE color: 11774857.

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

Color convert

RGB137171179-
CMYK0.230.0400.30
HSL191.43º21.65%61.96%-
HSV(B)191.43º23.46%70.2%-
XYZ33.0237.748.18-
YUV161.75137.74110.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.13%
GREEN value IS 171 (67.19% from 255) = 35.11%
BLUE value IS 179 (70.31% from 255) = 36.76%
R=28.13%
G=35.11%
B=36.76%

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
Decimal1371711790.230.0400.30191.4321.6561.96
Hex89ABB317401Ebf163e
Octal2112532632740362772676
Binary100010011010101110110011101111000111101011111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ABB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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