#89BFC3

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

Shades of Glacier #89BFC3

Tints of Glacier #89BFC3

Color information

#89BFC3 (or 0x89BFC3) is unknown color: approx Glacier. HEX triplet: 89, BF and C3. RGB value is (137,191,195). Sum of RGB (Red+Green+Blue) = 137+191+195=523 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.20% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 195 (76.56% from 255 or 37.28% from 523); Max value from RGB is 195 - color contains mainly: blue. Hex color #89BFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BFC3 is #76403C. Grayscale: #AFAFAF. Windows color (decimal): -7749693 or 12828553. OLE color: 12828553.

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

Color convert

RGB137191195-
CMYK0.300.0200.24
HSL184.14º32.58%65.1%-
HSV(B)184.14º29.74%76.47%-
XYZ38.846.5258.56-
YUV175.31139.11100.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.20%
GREEN value IS 191 (75% from 255) = 36.52%
BLUE value IS 195 (76.56% from 255) = 37.28%
R=26.20%
G=36.52%
B=37.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1371911950.300.0200.24184.1432.5865.1
Hex89BFC31E2018b82141
Octal21127730336203027041101
Binary1000100110111111110000111111010011000101110001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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