#89B0B5

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

Shades of Botticelli #89B0B5

Tints of Botticelli #89B0B5

Color information

#89B0B5 (or 0x89B0B5) is unknown color: approx Botticelli. HEX triplet: 89, B0 and B5. RGB value is (137,176,181). Sum of RGB (Red+Green+Blue) = 137+176+181=494 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.73% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 181 - color contains mainly: blue. Hex color #89B0B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B0B5 is #764F4A. Grayscale: #A4A4A4. Windows color (decimal): -7753547 or 11907209. OLE color: 11907209.

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

Color convert

RGB137176181-
CMYK0.240.0300.29
HSL186.82º22.92%62.35%-
HSV(B)186.82º24.31%70.98%-
XYZ34.1839.7149.58-
YUV164.91137.08108.09-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.73%
GREEN value IS 176 (69.14% from 255) = 35.63%
BLUE value IS 181 (71.09% from 255) = 36.64%
R=27.73%
G=35.63%
B=36.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1371761810.240.0300.29186.8222.9262.35
Hex89B0B518301Dbb173e
Octal2112602653030352732776
Binary10001001101100001011010111000110111011011101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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