Html Css Color HEX #89B9BC Glacier

📋 copy color: '#89B9BC'

red 137 ◦ green 185 ◦ blue 188

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

Shades of Glacier #89B9BC

Tints of Glacier #89B9BC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.27%

 BLUE value IS 188 (73.83% from 255) = 36.86%

R = 26.86%
G = 36.27%
B = 36.86%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#89B9BC (or 0x89B9BC) is known color: Glacier. HEX triplet: 89, B9 and BC. RGB value is (137,185,188). Sum of RGB (Red+Green+Blue) = 137+185+188=510 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.86% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 188 - color contains mainly: blue. Hex color #89B9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89B9BC is #764643. Grayscale: #AAAAAA. Windows color (decimal): -7751236 or 12368265. OLE color: 12368265.

HSL color Cylindrical-coordinate representation of color #89B9BC: hue angle of 183.53º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89B9BC is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 185 188 -
CMYK 0.27 0.02 0 0.26
HSL 183.53º 0.28% 0.64% -
HSV(B) 183.53º 0.27% 0.74% -
XYZ 36.74 43.65 54.07 -
YUV 170.99 137.6 103.76 -
System Red Green Blue C M Y K H S L
Decimal 137 185 188 0.27 0.02 0 0.26 183.53 0.28 0.64
Hex 89 B9 BC 1B 2 0 1A B8 1C 40
Octal 211 271 274 33 2 0 32 270 34 100
Binary 10001001 10111001 10111100 11011 10 0 11010 10111000 11100 1000000

Color Harmonies of #89B9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B9BC

Black with #89B9BC

Text Example


Text Example

White with #89B9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,185,188); }

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

background-color css

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

 a { background-color: rgb(137,185,188); }

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

border-color css

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

 span { border-color: rgb(137,185,188); }

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