#89BAC3

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

Shades of Glacier #89BAC3

Tints of Glacier #89BAC3

Color information

#89BAC3 (or 0x89BAC3) is unknown color: approx Glacier. HEX triplet: 89, BA and C3. RGB value is (137,186,195). Sum of RGB (Red+Green+Blue) = 137+186+195=518 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.45% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 195 (76.56% from 255 or 37.64% from 518); Max value from RGB is 195 - color contains mainly: blue. Hex color #89BAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BAC3 is #76453C. Grayscale: #ACACAC. Windows color (decimal): -7750973 or 12827273. OLE color: 12827273.

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

Color convert

RGB137186195-
CMYK0.300.0500.24
HSL189.31º32.58%65.1%-
HSV(B)189.31º29.74%76.47%-
XYZ37.7344.3858.21-
YUV172.37140.77102.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.45%
GREEN value IS 186 (73.05% from 255) = 35.91%
BLUE value IS 195 (76.56% from 255) = 37.64%
R=26.45%
G=35.91%
B=37.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1371861950.300.0500.24189.3132.5865.1
Hex89BAC31E5018bd2141
Octal21127230336503027541101
Binary10001001101110101100001111110101011000101111011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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