Html Css Color HEX #89B6BE Glacier

📋 copy color: '#89B6BE'

red 137 ◦ green 182 ◦ blue 190

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

Shades of Glacier #89B6BE

Tints of Glacier #89B6BE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.76%

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

R = 26.92%
G = 35.76%
B = 37.33%

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

#89B6BE (or 0x89B6BE) is known color: Glacier. HEX triplet: 89, B6 and BE. RGB value is (137,182,190). Sum of RGB (Red+Green+Blue) = 137+182+190=509 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.92% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 190 - color contains mainly: blue. Hex color #89B6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B6BE is #764941. Grayscale: #A9A9A9. Windows color (decimal): -7752002 or 12498569. OLE color: 12498569.

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

Color convert

RGB 137 182 190 -
CMYK 0.28 0.04 0 0.25
HSL 189.06º 0.29% 0.64% -
HSV(B) 189.06º 0.28% 0.75% -
XYZ 36.34 42.49 55 -
YUV 169.46 139.59 104.85 -
System Red Green Blue C M Y K H S L
Decimal 137 182 190 0.28 0.04 0 0.25 189.06 0.29 0.64
Hex 89 B6 BE 1C 4 0 19 BD 1D 40
Octal 211 266 276 34 4 0 31 275 35 100
Binary 10001001 10110110 10111110 11100 100 0 11001 10111101 11101 1000000

Color Harmonies of #89B6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B6BE

Black with #89B6BE

Text Example


Text Example

White with #89B6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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