Html Css Color HEX #80B7BE Glacier

📋 copy color: '#80B7BE'

red 128 ◦ green 183 ◦ blue 190

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

Shades of Glacier #80B7BE

Tints of Glacier #80B7BE

RGB

 RED value IS 128 (50.39% from 255) = 25.55%

 GREEN value IS 183 (71.88% from 255) = 36.53%

 BLUE value IS 190 (74.61% from 255) = 37.92%

R = 25.55%
G = 36.53%
B = 37.92%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#80B7BE (or 0x80B7BE) is known color: Glacier. HEX triplet: 80, B7 and BE. RGB value is (128,183,190). Sum of RGB (Red+Green+Blue) = 128+183+190=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #80B7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80B7BE is #7F4841. Grayscale: #A7A7A7. Windows color (decimal): -8341570 or 12498816. OLE color: 12498816.

HSL color Cylindrical-coordinate representation of color #80B7BE: hue angle of 186.77º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80B7BE is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 183 190 -
CMYK 0.33 0.04 0 0.25
HSL 186.77º 0.32% 0.62% -
HSV(B) 186.77º 0.33% 0.75% -
XYZ 35.13 42.17 55 -
YUV 167.35 140.78 99.93 -
System Red Green Blue C M Y K H S L
Decimal 128 183 190 0.33 0.04 0 0.25 186.77 0.32 0.62
Hex 80 B7 BE 21 4 0 19 BB 20 3E
Octal 200 267 276 41 4 0 31 273 40 76
Binary 10000000 10110111 10111110 100001 100 0 11001 10111011 100000 111110

Color Harmonies of #80B7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B7BE

Black with #80B7BE

Text Example


Text Example

White with #80B7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80B7BE; }

 p { color: rgb(128,183,190); }

 H1.HeaderClassName
 {
   color: #80B7BE;
 }
 .AnyTagClassName
 {
   color: #80B7BE;
 }
</style>

background-color css

<style>
 a { background-color: #80B7BE; }

 a { background-color: rgb(128,183,190); }

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

border-color css

<style>
 span { border-color: #80B7BE; }

 span { border-color: rgb(128,183,190); }

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