Html Css Color HEX #80AAB5 Glacier

📋 copy color: '#80AAB5'

red 128 ◦ green 170 ◦ blue 181

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

Shades of Glacier #80AAB5

Tints of Glacier #80AAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.79%

R = 26.72%
G = 35.49%
B = 37.79%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#80AAB5 (or 0x80AAB5) is known color: Glacier. HEX triplet: 80, AA and B5. RGB value is (128,170,181). Sum of RGB (Red+Green+Blue) = 128+170+181=479 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.72% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 181 - color contains mainly: blue. Hex color #80AAB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AAB5 is #7F554A. Grayscale: #9E9E9E. Windows color (decimal): -8344907 or 11905664. OLE color: 11905664.

HSL color Cylindrical-coordinate representation of color #80AAB5: hue angle of 192.45º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80AAB5 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 170 181 -
CMYK 0.29 0.06 0 0.29
HSL 192.45º 0.26% 0.61% -
HSV(B) 192.45º 0.29% 0.71% -
XYZ 31.62 36.67 49.13 -
YUV 158.7 140.59 106.11 -
System Red Green Blue C M Y K H S L
Decimal 128 170 181 0.29 0.06 0 0.29 192.45 0.26 0.61
Hex 80 AA B5 1D 6 0 1D C0 1A 3D
Octal 200 252 265 35 6 0 35 300 32 75
Binary 10000000 10101010 10110101 11101 110 0 11101 11000000 11010 111101

Color Harmonies of #80AAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AAB5

Black with #80AAB5

Text Example


Text Example

White with #80AAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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