#89B3BF

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

Shades of Botticelli #89B3BF

Tints of Botticelli #89B3BF

Color information

#89B3BF (or 0x89B3BF) is unknown color: approx Botticelli. HEX triplet: 89, B3 and BF. RGB value is (137,179,191). Sum of RGB (Red+Green+Blue) = 137+179+191=507 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.02% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 191 - color contains mainly: blue. Hex color #89B3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B3BF is #764C40. Grayscale: #A7A7A7. Windows color (decimal): -7752769 or 12563337. OLE color: 12563337.

HSL color Cylindrical-coordinate representation of color #89B3BF: hue angle of 193.33º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89B3BF is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB137179191-
CMYK0.280.0600.25
HSL193.33º29.67%64.31%-
HSV(B)193.33º28.27%74.9%-
XYZ35.8441.3255.38-
YUV167.81141.09106.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.02%
GREEN value IS 179 (70.31% from 255) = 35.31%
BLUE value IS 191 (75% from 255) = 37.67%
R=27.02%
G=35.31%
B=37.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371791910.280.0600.25193.3329.6764.31
Hex89B3BF1C6019c11e40
Octal21126327734603130136100
Binary1000100110110011101111111110011001100111000001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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