#89BEC4

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

Shades of Glacier #89BEC4

Tints of Glacier #89BEC4

Color information

#89BEC4 (or 0x89BEC4) is unknown color: approx Glacier. HEX triplet: 89, BE and C4. RGB value is (137,190,196). Sum of RGB (Red+Green+Blue) = 137+190+196=523 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.20% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 196 (76.95% from 255 or 37.48% from 523); Max value from RGB is 196 - color contains mainly: blue. Hex color #89BEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BEC4 is #76413B. Grayscale: #AEAEAE. Windows color (decimal): -7749948 or 12893833. OLE color: 12893833.

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

Color convert

RGB137190196-
CMYK0.300.0300.23
HSL186.1º33.33%65.29%-
HSV(B)186.1º30.1%76.86%-
XYZ38.6946.1359.09-
YUV174.84139.94101.01-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.20%
GREEN value IS 190 (74.61% from 255) = 36.33%
BLUE value IS 196 (76.95% from 255) = 37.48%
R=26.20%
G=36.33%
B=37.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1371901960.300.0300.23186.133.3365.29
Hex89BEC41E3017ba2141
Octal21127630436302727241101
Binary1000100110111110110001001111011010111101110101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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