Html Css Color HEX #80AEBE Glacier

📋 copy color: '#80AEBE'

red 128 ◦ green 174 ◦ blue 190

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

Shades of Glacier #80AEBE

Tints of Glacier #80AEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.62%

R = 26.02%
G = 35.37%
B = 38.62%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#80AEBE (or 0x80AEBE) is known color: Glacier. HEX triplet: 80, AE and BE. RGB value is (128,174,190). Sum of RGB (Red+Green+Blue) = 128+174+190=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #80AEBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AEBE is #7F5141. Grayscale: #A1A1A1. Windows color (decimal): -8343874 or 12496512. OLE color: 12496512.

HSL color Cylindrical-coordinate representation of color #80AEBE: hue angle of 195.48º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80AEBE is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 174 190 -
CMYK 0.33 0.08 0 0.25
HSL 195.48º 0.32% 0.62% -
HSV(B) 195.48º 0.33% 0.75% -
XYZ 33.33 38.58 54.4 -
YUV 162.07 143.76 103.7 -
System Red Green Blue C M Y K H S L
Decimal 128 174 190 0.33 0.08 0 0.25 195.48 0.32 0.62
Hex 80 AE BE 21 8 0 19 C3 20 3E
Octal 200 256 276 41 10 0 31 303 40 76
Binary 10000000 10101110 10111110 100001 1000 0 11001 11000011 100000 111110

Color Harmonies of #80AEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AEBE

Black with #80AEBE

Text Example


Text Example

White with #80AEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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