Html Css Color HEX #89BBC3 Glacier

📋 copy color: '#89BBC3'

red 137 ◦ green 187 ◦ blue 195

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

Shades of Glacier #89BBC3

Tints of Glacier #89BBC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.57%

R = 26.4%
G = 36.03%
B = 37.57%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#89BBC3 (or 0x89BBC3) is known color: Glacier. HEX triplet: 89, BB and C3. RGB value is (137,187,195). Sum of RGB (Red+Green+Blue) = 137+187+195=519 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.40% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 195 (76.56% from 255 or 37.57% from 519); Max value from RGB is 195 - color contains mainly: blue. Hex color #89BBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BBC3 is #76443C. Grayscale: #ACACAC. Windows color (decimal): -7750717 or 12827529. OLE color: 12827529.

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

Color convert

RGB 137 187 195 -
CMYK 0.30 0.04 0 0.24
HSL 188.28º 0.33% 0.65% -
HSV(B) 188.28º 0.3% 0.76% -
XYZ 37.94 44.8 58.28 -
YUV 172.96 140.44 102.35 -
System Red Green Blue C M Y K H S L
Decimal 137 187 195 0.30 0.04 0 0.24 188.28 0.33 0.65
Hex 89 BB C3 1E 4 0 18 BC 21 41
Octal 211 273 303 36 4 0 30 274 41 101
Binary 10001001 10111011 11000011 11110 100 0 11000 10111100 100001 1000001

Color Harmonies of #89BBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BBC3

Black with #89BBC3

Text Example


Text Example

White with #89BBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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