#89ADB3

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

Shades of Botticelli #89ADB3

Tints of Botticelli #89ADB3

Color information

#89ADB3 (or 0x89ADB3) is unknown color: approx Botticelli. HEX triplet: 89, AD and B3. RGB value is (137,173,179). Sum of RGB (Red+Green+Blue) = 137+173+179=489 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.02% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 179 - color contains mainly: blue. Hex color #89ADB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ADB3 is #76524C. Grayscale: #A2A2A2. Windows color (decimal): -7754317 or 11775369. OLE color: 11775369.

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

Color convert

RGB137173179-
CMYK0.230.0300.30
HSL188.57º21.65%61.96%-
HSV(B)188.57º23.46%70.2%-
XYZ33.438.4648.31-
YUV162.92137.07109.51-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.02%
GREEN value IS 173 (67.97% from 255) = 35.38%
BLUE value IS 179 (70.31% from 255) = 36.61%
R=28.02%
G=35.38%
B=36.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1371731790.230.0300.30188.5721.6561.96
Hex89ADB317301Ebd163e
Octal2112552632730362752676
Binary10001001101011011011001110111110111101011110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89ADB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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