Html Css Color HEX #80B2BB Glacier

📋 copy color: '#80B2BB'

red 128 ◦ green 178 ◦ blue 187

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

Shades of Glacier #80B2BB

Tints of Glacier #80B2BB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.11%

 BLUE value IS 187 (73.44% from 255) = 37.93%

R = 25.96%
G = 36.11%
B = 37.93%

CMYK

 C value IS 0.32

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#80B2BB (or 0x80B2BB) is known color: Glacier. HEX triplet: 80, B2 and BB. RGB value is (128,178,187). Sum of RGB (Red+Green+Blue) = 128+178+187=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #80B2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80B2BB is #7F4D44. Grayscale: #A3A3A3. Windows color (decimal): -8342853 or 12300928. OLE color: 12300928.

HSL color Cylindrical-coordinate representation of color #80B2BB: hue angle of 189.15º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80B2BB is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 178 187 -
CMYK 0.32 0.05 0 0.27
HSL 189.15º 0.3% 0.62% -
HSV(B) 189.15º 0.32% 0.73% -
XYZ 33.79 40.02 52.96 -
YUV 164.08 140.94 102.27 -
System Red Green Blue C M Y K H S L
Decimal 128 178 187 0.32 0.05 0 0.27 189.15 0.3 0.62
Hex 80 B2 BB 20 5 0 1B BD 1E 3E
Octal 200 262 273 40 5 0 33 275 36 76
Binary 10000000 10110010 10111011 100000 101 0 11011 10111101 11110 111110

Color Harmonies of #80B2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B2BB

Black with #80B2BB

Text Example


Text Example

White with #80B2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,178,187); }

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

background-color css

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

 a { background-color: rgb(128,178,187); }

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

border-color css

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

 span { border-color: rgb(128,178,187); }

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