Html Css Color HEX #89BDC0 Glacier

📋 copy color: '#89BDC0'

red 137 ◦ green 189 ◦ blue 192

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

Shades of Glacier #89BDC0

Tints of Glacier #89BDC0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.49%

 BLUE value IS 192 (75.39% from 255) = 37.07%

R = 26.45%
G = 36.49%
B = 37.07%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#89BDC0 (or 0x89BDC0) is known color: Glacier. HEX triplet: 89, BD and C0. RGB value is (137,189,192). Sum of RGB (Red+Green+Blue) = 137+189+192=518 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.45% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 192 - color contains mainly: blue. Hex color #89BDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BDC0 is #76423F. Grayscale: #ADADAD. Windows color (decimal): -7750208 or 12631433. OLE color: 12631433.

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

Color convert

RGB 137 189 192 -
CMYK 0.29 0.02 0 0.25
HSL 183.27º 0.3% 0.65% -
HSV(B) 183.27º 0.29% 0.75% -
XYZ 38.03 45.52 56.65 -
YUV 173.79 138.27 101.76 -
System Red Green Blue C M Y K H S L
Decimal 137 189 192 0.29 0.02 0 0.25 183.27 0.3 0.65
Hex 89 BD C0 1D 2 0 19 B7 1E 41
Octal 211 275 300 35 2 0 31 267 36 101
Binary 10001001 10111101 11000000 11101 10 0 11001 10110111 11110 1000001

Color Harmonies of #89BDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BDC0

Black with #89BDC0

Text Example


Text Example

White with #89BDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,189,192); }

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

background-color css

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

 a { background-color: rgb(137,189,192); }

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

border-color css

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

 span { border-color: rgb(137,189,192); }

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