Html Css Color HEX #89B7BE Glacier

📋 copy color: '#89B7BE'

red 137 ◦ green 183 ◦ blue 190

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

Shades of Glacier #89B7BE

Tints of Glacier #89B7BE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.88%

 BLUE value IS 190 (74.61% from 255) = 37.25%

R = 26.86%
G = 35.88%
B = 37.25%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#89B7BE (or 0x89B7BE) is known color: Glacier. HEX triplet: 89, B7 and BE. RGB value is (137,183,190). Sum of RGB (Red+Green+Blue) = 137+183+190=510 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.86% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #89B7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B7BE is #764841. Grayscale: #A9A9A9. Windows color (decimal): -7751746 or 12498825. OLE color: 12498825.

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

Color convert

RGB 137 183 190 -
CMYK 0.28 0.04 0 0.25
HSL 187.92º 0.29% 0.64% -
HSV(B) 187.92º 0.28% 0.75% -
XYZ 36.54 42.9 55.07 -
YUV 170.04 139.26 104.43 -
System Red Green Blue C M Y K H S L
Decimal 137 183 190 0.28 0.04 0 0.25 187.92 0.29 0.64
Hex 89 B7 BE 1C 4 0 19 BC 1D 40
Octal 211 267 276 34 4 0 31 274 35 100
Binary 10001001 10110111 10111110 11100 100 0 11001 10111100 11101 1000000

Color Harmonies of #89B7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B7BE

Black with #89B7BE

Text Example


Text Example

White with #89B7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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