Html Css Color HEX #89BEC1 Glacier

📋 copy color: '#89BEC1'

red 137 ◦ green 190 ◦ blue 193

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

Shades of Glacier #89BEC1

Tints of Glacier #89BEC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.12%

R = 26.35%
G = 36.54%
B = 37.12%

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

#89BEC1 (or 0x89BEC1) is known color: Glacier. HEX triplet: 89, BE and C1. RGB value is (137,190,193). Sum of RGB (Red+Green+Blue) = 137+190+193=520 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.35% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 193 - color contains mainly: blue. Hex color #89BEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BEC1 is #76413E. Grayscale: #AEAEAE. Windows color (decimal): -7749951 or 12697225. OLE color: 12697225.

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

Color convert

RGB 137 190 193 -
CMYK 0.29 0.02 0 0.24
HSL 183.21º 0.31% 0.65% -
HSV(B) 183.21º 0.29% 0.76% -
XYZ 38.36 46 57.31 -
YUV 174.5 138.44 101.26 -
System Red Green Blue C M Y K H S L
Decimal 137 190 193 0.29 0.02 0 0.24 183.21 0.31 0.65
Hex 89 BE C1 1D 2 0 18 B7 1F 41
Octal 211 276 301 35 2 0 30 267 37 101
Binary 10001001 10111110 11000001 11101 10 0 11000 10110111 11111 1000001

Color Harmonies of #89BEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BEC1

Black with #89BEC1

Text Example


Text Example

White with #89BEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89BEC1;
 }
 .AnyTagClassName
 {
   color: #89BEC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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