#89A9B2

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

Shades of Botticelli #89A9B2

Tints of Botticelli #89A9B2

Color information

#89A9B2 (or 0x89A9B2) is unknown color: approx Botticelli. HEX triplet: 89, A9 and B2. RGB value is (137,169,178). Sum of RGB (Red+Green+Blue) = 137+169+178=484 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.31% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 178 - color contains mainly: blue. Hex color #89A9B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89A9B2 is #76564D. Grayscale: #A0A0A0. Windows color (decimal): -7755342 or 11708809. OLE color: 11708809.

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

Color convert

RGB137169178-
CMYK0.230.0500.30
HSL193.17º21.03%61.76%-
HSV(B)193.17º23.03%69.8%-
XYZ32.5436.9147.53-
YUV160.46137.9111.27-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.31%
GREEN value IS 169 (66.41% from 255) = 34.92%
BLUE value IS 178 (69.92% from 255) = 36.78%
R=28.31%
G=34.92%
B=36.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1371691780.230.0500.30193.1721.0361.76
Hex89A9B217501Ec1153e
Octal2112512622750363012576
Binary100010011010100110110010101111010111101100000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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