#89BEC2

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

Shades of Glacier #89BEC2

Tints of Glacier #89BEC2

Color information

#89BEC2 (or 0x89BEC2) is unknown color: approx Glacier. HEX triplet: 89, BE and C2. RGB value is (137,190,194). Sum of RGB (Red+Green+Blue) = 137+190+194=521 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.30% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 194 - color contains mainly: blue. Hex color #89BEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BEC2 is #76413D. Grayscale: #AEAEAE. Windows color (decimal): -7749950 or 12762761. OLE color: 12762761.

HSL color Cylindrical-coordinate representation of color #89BEC2: hue angle of 184.21º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89BEC2 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB137190194-
CMYK0.290.0200.24
HSL184.21º31.84%64.9%-
HSV(B)184.21º29.38%76.08%-
XYZ38.4746.0457.9-
YUV174.61138.94101.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.30%
GREEN value IS 190 (74.61% from 255) = 36.47%
BLUE value IS 194 (76.17% from 255) = 37.24%
R=26.30%
G=36.47%
B=37.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1371901940.290.0200.24184.2131.8464.9
Hex89BEC21D2018b82041
Octal21127630235203027040101
Binary1000100110111110110000101110110011000101110001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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