Html Css Color HEX #80AAB9 Glacier

📋 copy color: '#80AAB9'

red 128 ◦ green 170 ◦ blue 185

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

Shades of Glacier #80AAB9

Tints of Glacier #80AAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.3%

R = 26.5%
G = 35.2%
B = 38.3%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#80AAB9 (or 0x80AAB9) is known color: Glacier. HEX triplet: 80, AA and B9. RGB value is (128,170,185). Sum of RGB (Red+Green+Blue) = 128+170+185=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 185 - color contains mainly: blue. Hex color #80AAB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AAB9 is #7F5546. Grayscale: #9F9F9F. Windows color (decimal): -8344903 or 12167808. OLE color: 12167808.

HSL color Cylindrical-coordinate representation of color #80AAB9: hue angle of 195.79º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80AAB9 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 170 185 -
CMYK 0.31 0.08 0 0.27
HSL 195.79º 0.29% 0.61% -
HSV(B) 195.79º 0.31% 0.73% -
XYZ 32.03 36.84 51.32 -
YUV 159.15 142.59 105.78 -
System Red Green Blue C M Y K H S L
Decimal 128 170 185 0.31 0.08 0 0.27 195.79 0.29 0.61
Hex 80 AA B9 1F 8 0 1B C4 1D 3D
Octal 200 252 271 37 10 0 33 304 35 75
Binary 10000000 10101010 10111001 11111 1000 0 11011 11000100 11101 111101

Color Harmonies of #80AAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AAB9

Black with #80AAB9

Text Example


Text Example

White with #80AAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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