#89BCC4

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

Shades of Glacier #89BCC4

Tints of Glacier #89BCC4

Color information

#89BCC4 (or 0x89BCC4) is unknown color: approx Glacier. HEX triplet: 89, BC and C4. RGB value is (137,188,196). Sum of RGB (Red+Green+Blue) = 137+188+196=521 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.30% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 196 - color contains mainly: blue. Hex color #89BCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BCC4 is #76433B. Grayscale: #ADADAD. Windows color (decimal): -7750460 or 12893321. OLE color: 12893321.

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

Color convert

RGB137188196-
CMYK0.300.0400.23
HSL188.14º33.33%65.29%-
HSV(B)188.14º30.1%76.86%-
XYZ38.2645.2758.95-
YUV173.66140.6101.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.30%
GREEN value IS 188 (73.83% from 255) = 36.08%
BLUE value IS 196 (76.95% from 255) = 37.62%
R=26.30%
G=36.08%
B=37.62%

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
Decimal1371881960.300.0400.23188.1433.3365.29
Hex89BCC41E4017bc2141
Octal21127430436402727441101
Binary10001001101111001100010011110100010111101111001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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