Html Css Color HEX #89BCC3 Glacier

📋 copy color: '#89BCC3'

red 137 ◦ green 188 ◦ blue 195

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

Shades of Glacier #89BCC3

Tints of Glacier #89BCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.5%

R = 26.35%
G = 36.15%
B = 37.5%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#89BCC3 (or 0x89BCC3) is known color: Glacier. HEX triplet: 89, BC and C3. RGB value is (137,188,195). Sum of RGB (Red+Green+Blue) = 137+188+195=520 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.35% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 195 (76.56% from 255 or 37.5% from 520); Max value from RGB is 195 - color contains mainly: blue. Hex color #89BCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BCC3 is #76433C. Grayscale: #ADADAD. Windows color (decimal): -7750461 or 12827785. OLE color: 12827785.

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

Color convert

RGB 137 188 195 -
CMYK 0.30 0.04 0 0.24
HSL 187.24º 0.33% 0.65% -
HSV(B) 187.24º 0.3% 0.76% -
XYZ 38.15 45.22 58.35 -
YUV 173.55 140.1 101.93 -
System Red Green Blue C M Y K H S L
Decimal 137 188 195 0.30 0.04 0 0.24 187.24 0.33 0.65
Hex 89 BC C3 1E 4 0 18 BB 21 41
Octal 211 274 303 36 4 0 30 273 41 101
Binary 10001001 10111100 11000011 11110 100 0 11000 10111011 100001 1000001

Color Harmonies of #89BCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BCC3

Black with #89BCC3

Text Example


Text Example

White with #89BCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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