Html Css Color HEX #89BBC2 Glacier

📋 copy color: '#89BBC2'

red 137 ◦ green 187 ◦ blue 194

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

Shades of Glacier #89BBC2

Tints of Glacier #89BBC2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.1%

 BLUE value IS 194 (76.17% from 255) = 37.45%

R = 26.45%
G = 36.1%
B = 37.45%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#89BBC2 (or 0x89BBC2) is known color: Glacier. HEX triplet: 89, BB and C2. RGB value is (137,187,194). Sum of RGB (Red+Green+Blue) = 137+187+194=518 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.45% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 194 - color contains mainly: blue. Hex color #89BBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BBC2 is #76443D. Grayscale: #ACACAC. Windows color (decimal): -7750718 or 12761993. OLE color: 12761993.

HSL color Cylindrical-coordinate representation of color #89BBC2: hue angle of 187.37º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89BBC2 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 137 187 194 -
CMYK 0.29 0.04 0 0.24
HSL 187.37º 0.32% 0.65% -
HSV(B) 187.37º 0.29% 0.76% -
XYZ 37.82 44.75 57.68 -
YUV 172.85 139.94 102.43 -
System Red Green Blue C M Y K H S L
Decimal 137 187 194 0.29 0.04 0 0.24 187.37 0.32 0.65
Hex 89 BB C2 1D 4 0 18 BB 20 41
Octal 211 273 302 35 4 0 30 273 40 101
Binary 10001001 10111011 11000010 11101 100 0 11000 10111011 100000 1000001

Color Harmonies of #89BBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BBC2

Black with #89BBC2

Text Example


Text Example

White with #89BBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,187,194); }

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

background-color css

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

 a { background-color: rgb(137,187,194); }

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

border-color css

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

 span { border-color: rgb(137,187,194); }

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