#89BDC4

Color #89BDC4 Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #89BDC4

Tints of Glacier #89BDC4

Color information

#89BDC4 (or 0x89BDC4) is unknown color: approx Glacier. HEX triplet: 89, BD and C4. RGB value is (137,189,196). Sum of RGB (Red+Green+Blue) = 137+189+196=522 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.25% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 196 (76.95% from 255 or 37.55% from 522); Max value from RGB is 196 - color contains mainly: blue. Hex color #89BDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BDC4 is #76423B. Grayscale: #AEAEAE. Windows color (decimal): -7750204 or 12893577. OLE color: 12893577.

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

Color convert

RGB137189196-
CMYK0.300.0400.23
HSL187.12º33.33%65.29%-
HSV(B)187.12º30.1%76.86%-
XYZ38.4845.759.02-
YUV174.25140.27101.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.25%
GREEN value IS 189 (74.22% from 255) = 36.21%
BLUE value IS 196 (76.95% from 255) = 37.55%
R=26.25%
G=36.21%
B=37.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1371891960.300.0400.23187.1233.3365.29
Hex89BDC41E4017bb2141
Octal21127530436402727341101
Binary10001001101111011100010011110100010111101110111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,189,196); }

 H1.HeaderClassName
 {
   color: #89BDC4;
 }
 .AnyTagClassName
 {
   color: #89BDC4;
 }
</style>
background-color css

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

 a { background-color: rgb(137,189,196); }

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

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

 span { border-color: rgb(137,189,196); }

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