Html Css Color HEX #80AEBC Glacier

📋 copy color: '#80AEBC'

red 128 ◦ green 174 ◦ blue 188

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

Shades of Glacier #80AEBC

Tints of Glacier #80AEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.37%

R = 26.12%
G = 35.51%
B = 38.37%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#80AEBC (or 0x80AEBC) is known color: Glacier. HEX triplet: 80, AE and BC. RGB value is (128,174,188). Sum of RGB (Red+Green+Blue) = 128+174+188=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 188 - color contains mainly: blue. Hex color #80AEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AEBC is #7F5143. Grayscale: #A1A1A1. Windows color (decimal): -8343876 or 12365440. OLE color: 12365440.

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

Color convert

RGB 128 174 188 -
CMYK 0.32 0.07 0 0.26
HSL 194º 0.31% 0.62% -
HSV(B) 194º 0.32% 0.74% -
XYZ 33.12 38.49 53.26 -
YUV 161.84 142.76 103.86 -
System Red Green Blue C M Y K H S L
Decimal 128 174 188 0.32 0.07 0 0.26 194 0.31 0.62
Hex 80 AE BC 20 7 0 1A C2 1F 3E
Octal 200 256 274 40 7 0 32 302 37 76
Binary 10000000 10101110 10111100 100000 111 0 11010 11000010 11111 111110

Color Harmonies of #80AEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AEBC

Black with #80AEBC

Text Example


Text Example

White with #80AEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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