#89B4BF

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

Shades of Botticelli #89B4BF

Tints of Botticelli #89B4BF

Color information

#89B4BF (or 0x89B4BF) is unknown color: approx Botticelli. HEX triplet: 89, B4 and BF. RGB value is (137,180,191). Sum of RGB (Red+Green+Blue) = 137+180+191=508 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.97% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #89B4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B4BF is #764B40. Grayscale: #A8A8A8. Windows color (decimal): -7752513 or 12563593. OLE color: 12563593.

HSL color Cylindrical-coordinate representation of color #89B4BF: hue angle of 192.22º 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 #89B4BF is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB137180191-
CMYK0.280.0600.25
HSL192.22º29.67%64.31%-
HSV(B)192.22º28.27%74.9%-
XYZ36.0441.7255.44-
YUV168.4140.75105.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.97%
GREEN value IS 180 (70.70% from 255) = 35.43%
BLUE value IS 191 (75% from 255) = 37.60%
R=26.97%
G=35.43%
B=37.60%

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
Decimal1371801910.280.0600.25192.2229.6764.31
Hex89B4BF1C6019c01e40
Octal21126427734603130036100
Binary1000100110110100101111111110011001100111000000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89B4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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