Html Css Color HEX #89BCC4 Glacier

📋 copy color: '#89BCC4'

red 137 ◦ green 188 ◦ blue 196

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

Shades of Glacier #89BCC4

Tints of Glacier #89BCC4

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.08%

 BLUE value IS 196 (76.95% from 255) = 37.62%

R = 26.3%
G = 36.08%
B = 37.62%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#89BCC4 (or 0x89BCC4) is known color: Glacier. HEX triplet: 89, BC and C4. RGB value is (137,188,196). Sum of RGB (Red+Green+Blue) = 137+188+196=521 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.30% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 196 - color contains mainly: blue. Hex color #89BCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BCC4 is #76433B. Grayscale: #ADADAD. Windows color (decimal): -7750460 or 12893321. OLE color: 12893321.

HSL color Cylindrical-coordinate representation of color #89BCC4: hue angle of 188.14º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89BCC4 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 137 188 196 -
CMYK 0.30 0.04 0 0.23
HSL 188.14º 0.33% 0.65% -
HSV(B) 188.14º 0.3% 0.77% -
XYZ 38.26 45.27 58.95 -
YUV 173.66 140.6 101.85 -
System Red Green Blue C M Y K H S L
Decimal 137 188 196 0.30 0.04 0 0.23 188.14 0.33 0.65
Hex 89 BC C4 1E 4 0 17 BC 21 41
Octal 211 274 304 36 4 0 27 274 41 101
Binary 10001001 10111100 11000100 11110 100 0 10111 10111100 100001 1000001

Color Harmonies of #89BCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BCC4

Black with #89BCC4

Text Example


Text Example

White with #89BCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,188,196); }

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

background-color css

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

 a { background-color: rgb(137,188,196); }

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

border-color css

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

 span { border-color: rgb(137,188,196); }

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