Html Css Color HEX #80AABA Glacier

📋 copy color: '#80AABA'

red 128 ◦ green 170 ◦ blue 186

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

Shades of Glacier #80AABA

Tints of Glacier #80AABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.43%

R = 26.45%
G = 35.12%
B = 38.43%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#80AABA (or 0x80AABA) is known color: Glacier. HEX triplet: 80, AA and BA. RGB value is (128,170,186). Sum of RGB (Red+Green+Blue) = 128+170+186=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #80AABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AABA is #7F5545. Grayscale: #9F9F9F. Windows color (decimal): -8344902 or 12233344. OLE color: 12233344.

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

Color convert

RGB 128 170 186 -
CMYK 0.31 0.09 0 0.27
HSL 196.55º 0.3% 0.62% -
HSV(B) 196.55º 0.31% 0.73% -
XYZ 32.14 36.88 51.88 -
YUV 159.27 143.09 105.7 -
System Red Green Blue C M Y K H S L
Decimal 128 170 186 0.31 0.09 0 0.27 196.55 0.3 0.62
Hex 80 AA BA 1F 9 0 1B C5 1E 3E
Octal 200 252 272 37 11 0 33 305 36 76
Binary 10000000 10101010 10111010 11111 1001 0 11011 11000101 11110 111110

Color Harmonies of #80AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AABA

Black with #80AABA

Text Example


Text Example

White with #80AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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