Html Css Color HEX #80ADBF Glacier

📋 copy color: '#80ADBF'

red 128 ◦ green 173 ◦ blue 191

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

Shades of Glacier #80ADBF

Tints of Glacier #80ADBF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.16%

 BLUE value IS 191 (75% from 255) = 38.82%

R = 26.02%
G = 35.16%
B = 38.82%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#80ADBF (or 0x80ADBF) is known color: Glacier. HEX triplet: 80, AD and BF. RGB value is (128,173,191). Sum of RGB (Red+Green+Blue) = 128+173+191=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #80ADBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ADBF is #7F5240. Grayscale: #A1A1A1. Windows color (decimal): -8344129 or 12561792. OLE color: 12561792.

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

Color convert

RGB 128 173 191 -
CMYK 0.33 0.09 0 0.25
HSL 197.14º 0.33% 0.63% -
HSV(B) 197.14º 0.33% 0.75% -
XYZ 33.25 38.24 54.92 -
YUV 161.6 144.59 104.04 -
System Red Green Blue C M Y K H S L
Decimal 128 173 191 0.33 0.09 0 0.25 197.14 0.33 0.63
Hex 80 AD BF 21 9 0 19 C5 21 3F
Octal 200 255 277 41 11 0 31 305 41 77
Binary 10000000 10101101 10111111 100001 1001 0 11001 11000101 100001 111111

Color Harmonies of #80ADBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ADBF

Black with #80ADBF

Text Example


Text Example

White with #80ADBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,173,191); }

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

background-color css

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

 a { background-color: rgb(128,173,191); }

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

border-color css

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

 span { border-color: rgb(128,173,191); }

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