Html Css Color HEX #80BABF Glacier

📋 copy color: '#80BABF'

red 128 ◦ green 186 ◦ blue 191

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

Shades of Glacier #80BABF

Tints of Glacier #80BABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.83%

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

R = 25.35%
G = 36.83%
B = 37.82%

CMYK

 C value IS 0.33

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#80BABF (or 0x80BABF) is known color: Glacier. HEX triplet: 80, BA and BF. RGB value is (128,186,191). Sum of RGB (Red+Green+Blue) = 128+186+191=505 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.35% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 191 - color contains mainly: blue. Hex color #80BABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BABF is #7F4540. Grayscale: #A9A9A9. Windows color (decimal): -8340801 or 12565120. OLE color: 12565120.

HSL color Cylindrical-coordinate representation of color #80BABF: hue angle of 184.76º 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 #80BABF is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 186 191 -
CMYK 0.33 0.03 0 0.25
HSL 184.76º 0.33% 0.63% -
HSV(B) 184.76º 0.33% 0.75% -
XYZ 35.86 43.47 55.79 -
YUV 169.23 140.28 98.59 -
System Red Green Blue C M Y K H S L
Decimal 128 186 191 0.33 0.03 0 0.25 184.76 0.33 0.63
Hex 80 BA BF 21 3 0 19 B9 21 3F
Octal 200 272 277 41 3 0 31 271 41 77
Binary 10000000 10111010 10111111 100001 11 0 11001 10111001 100001 111111

Color Harmonies of #80BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BABF

Black with #80BABF

Text Example


Text Example

White with #80BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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