Html Css Color HEX #80AEBB Glacier

📋 copy color: '#80AEBB'

red 128 ◦ green 174 ◦ blue 187

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

Shades of Glacier #80AEBB

Tints of Glacier #80AEBB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.58%

 BLUE value IS 187 (73.44% from 255) = 38.24%

R = 26.18%
G = 35.58%
B = 38.24%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#80AEBB (or 0x80AEBB) is known color: Glacier. HEX triplet: 80, AE and BB. RGB value is (128,174,187). Sum of RGB (Red+Green+Blue) = 128+174+187=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #80AEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AEBB is #7F5144. Grayscale: #A1A1A1. Windows color (decimal): -8343877 or 12299904. OLE color: 12299904.

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

Color convert

RGB 128 174 187 -
CMYK 0.32 0.07 0 0.27
HSL 193.22º 0.3% 0.62% -
HSV(B) 193.22º 0.32% 0.73% -
XYZ 33.01 38.45 52.7 -
YUV 161.73 142.26 103.94 -
System Red Green Blue C M Y K H S L
Decimal 128 174 187 0.32 0.07 0 0.27 193.22 0.3 0.62
Hex 80 AE BB 20 7 0 1B C1 1E 3E
Octal 200 256 273 40 7 0 33 301 36 76
Binary 10000000 10101110 10111011 100000 111 0 11011 11000001 11110 111110

Color Harmonies of #80AEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AEBB

Black with #80AEBB

Text Example


Text Example

White with #80AEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,174,187); }

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

background-color css

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

 a { background-color: rgb(128,174,187); }

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

border-color css

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

 span { border-color: rgb(128,174,187); }

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