Html Css Color HEX #89B3B7 Botticelli

📋 copy color: '#89B3B7'

red 137 ◦ green 179 ◦ blue 183

#89B3B7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Botticelli #89B3B7

Tints of Botticelli #89B3B7

RGB

 RED value IS 137 (53.91% from 255) = 27.45%

 GREEN value IS 179 (70.31% from 255) = 35.87%

 BLUE value IS 183 (71.88% from 255) = 36.67%

R = 27.45%
G = 35.87%
B = 36.67%

CMYK

 C value IS 0.25

 M value IS 0.02

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#89B3B7 (or 0x89B3B7) is known color: Botticelli. HEX triplet: 89, B3 and B7. RGB value is (137,179,183). Sum of RGB (Red+Green+Blue) = 137+179+183=499 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.45% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 183 (71.88% from 255 or 36.67% from 499); Max value from RGB is 183 - color contains mainly: blue. Hex color #89B3B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B3B7 is #764C48. Grayscale: #A6A6A6. Windows color (decimal): -7752777 or 12039049. OLE color: 12039049.

HSL color Cylindrical-coordinate representation of color #89B3B7: hue angle of 185.22º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #89B3B7 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 137 179 183 -
CMYK 0.25 0.02 0 0.28
HSL 185.22º 0.24% 0.63% -
HSV(B) 185.22º 0.25% 0.72% -
XYZ 34.98 40.98 50.87 -
YUV 166.9 137.09 106.67 -
System Red Green Blue C M Y K H S L
Decimal 137 179 183 0.25 0.02 0 0.28 185.22 0.24 0.63
Hex 89 B3 B7 19 2 0 1C B9 18 3F
Octal 211 263 267 31 2 0 34 271 30 77
Binary 10001001 10110011 10110111 11001 10 0 11100 10111001 11000 111111

Color Harmonies of #89B3B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B3B7

Black with #89B3B7

Text Example


Text Example

White with #89B3B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89B3B7;
 }
 .AnyTagClassName
 {
   color: #89B3B7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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