Html Css Color HEX #89BEC2 Glacier

📋 copy color: '#89BEC2'

red 137 ◦ green 190 ◦ blue 194

#89BEC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glacier #89BEC2

Tints of Glacier #89BEC2

RGB

 RED value IS 137 (53.91% from 255) = 26.3%

 GREEN value IS 190 (74.61% from 255) = 36.47%

 BLUE value IS 194 (76.17% from 255) = 37.24%

R = 26.3%
G = 36.47%
B = 37.24%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#89BEC2 (or 0x89BEC2) is known color: 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

RGB 137 190 194 -
CMYK 0.29 0.02 0 0.24
HSL 184.21º 0.32% 0.65% -
HSV(B) 184.21º 0.29% 0.76% -
XYZ 38.47 46.04 57.9 -
YUV 174.61 138.94 101.17 -
System Red Green Blue C M Y K H S L
Decimal 137 190 194 0.29 0.02 0 0.24 184.21 0.32 0.65
Hex 89 BE C2 1D 2 0 18 B8 20 41
Octal 211 276 302 35 2 0 30 270 40 101
Binary 10001001 10111110 11000010 11101 10 0 11000 10111000 100000 1000001

Color Harmonies of #89BEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BEC2

Black with #89BEC2

Text Example


Text Example

White with #89BEC2

Text Example


Text Example

HTML Codes & Css Web 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>