Html Css Color HEX #89BFC7 Glacier

📋 copy color: '#89BFC7'

red 137 ◦ green 191 ◦ blue 199

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

Shades of Glacier #89BFC7

Tints of Glacier #89BFC7

RGB

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

 GREEN value IS 191 (75% from 255) = 36.24%

 BLUE value IS 199 (78.13% from 255) = 37.76%

R = 26%
G = 36.24%
B = 37.76%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#89BFC7 (or 0x89BFC7) is known color: Glacier. HEX triplet: 89, BF and C7. RGB value is (137,191,199). Sum of RGB (Red+Green+Blue) = 137+191+199=527 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.00% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 199 (78.12% from 255 or 37.76% from 527); Max value from RGB is 199 - color contains mainly: blue. Hex color #89BFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BFC7 is #764038. Grayscale: #AFAFAF. Windows color (decimal): -7749689 or 13090697. OLE color: 13090697.

HSL color Cylindrical-coordinate representation of color #89BFC7: hue angle of 187.74º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89BFC7 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 137 191 199 -
CMYK 0.31 0.04 0 0.22
HSL 187.74º 0.36% 0.66% -
HSV(B) 187.74º 0.31% 0.78% -
XYZ 39.26 46.7 60.98 -
YUV 175.77 141.11 100.35 -
System Red Green Blue C M Y K H S L
Decimal 137 191 199 0.31 0.04 0 0.22 187.74 0.36 0.66
Hex 89 BF C7 1F 4 0 16 BC 24 42
Octal 211 277 307 37 4 0 26 274 44 102
Binary 10001001 10111111 11000111 11111 100 0 10110 10111100 100100 1000010

Color Harmonies of #89BFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BFC7

Black with #89BFC7

Text Example


Text Example

White with #89BFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,191,199); }

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

background-color css

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

 a { background-color: rgb(137,191,199); }

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

border-color css

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

 span { border-color: rgb(137,191,199); }

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