Html Css Color HEX #80AABF Glacier

📋 copy color: '#80AABF'

red 128 ◦ green 170 ◦ blue 191

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

Shades of Glacier #80AABF

Tints of Glacier #80AABF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.76%

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

R = 26.18%
G = 34.76%
B = 39.06%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#80AABF (or 0x80AABF) is known color: Glacier. HEX triplet: 80, AA and BF. RGB value is (128,170,191). Sum of RGB (Red+Green+Blue) = 128+170+191=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 191 - color contains mainly: blue. Hex color #80AABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AABF is #7F5540. Grayscale: #9F9F9F. Windows color (decimal): -8344897 or 12561024. OLE color: 12561024.

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

Color convert

RGB 128 170 191 -
CMYK 0.33 0.11 0 0.25
HSL 200º 0.33% 0.63% -
HSV(B) 200º 0.33% 0.75% -
XYZ 32.68 37.1 54.73 -
YUV 159.84 145.59 105.29 -
System Red Green Blue C M Y K H S L
Decimal 128 170 191 0.33 0.11 0 0.25 200 0.33 0.63
Hex 80 AA BF 21 B 0 19 C8 21 3F
Octal 200 252 277 41 13 0 31 310 41 77
Binary 10000000 10101010 10111111 100001 1011 0 11001 11001000 100001 111111

Color Harmonies of #80AABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AABF

Black with #80AABF

Text Example


Text Example

White with #80AABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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