Html Css Color HEX #80AEBF Glacier

📋 copy color: '#80AEBF'

red 128 ◦ green 174 ◦ blue 191

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

Shades of Glacier #80AEBF

Tints of Glacier #80AEBF

RGB

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

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

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

R = 25.96%
G = 35.29%
B = 38.74%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#80AEBF (or 0x80AEBF) is known color: Glacier. HEX triplet: 80, AE and BF. RGB value is (128,174,191). Sum of RGB (Red+Green+Blue) = 128+174+191=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 191 - color contains mainly: blue. Hex color #80AEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AEBF is #7F5140. Grayscale: #A2A2A2. Windows color (decimal): -8343873 or 12562048. OLE color: 12562048.

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

Color convert

RGB 128 174 191 -
CMYK 0.33 0.09 0 0.25
HSL 196.19º 0.33% 0.63% -
HSV(B) 196.19º 0.33% 0.75% -
XYZ 33.44 38.62 54.98 -
YUV 162.18 144.26 103.62 -
System Red Green Blue C M Y K H S L
Decimal 128 174 191 0.33 0.09 0 0.25 196.19 0.33 0.63
Hex 80 AE BF 21 9 0 19 C4 21 3F
Octal 200 256 277 41 11 0 31 304 41 77
Binary 10000000 10101110 10111111 100001 1001 0 11001 11000100 100001 111111

Color Harmonies of #80AEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AEBF

Black with #80AEBF

Text Example


Text Example

White with #80AEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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