#80BCC4

Color #80BCC4 Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #80BCC4

Tints of Glacier #80BCC4

Color information

#80BCC4 (or 0x80BCC4) is unknown color: approx Glacier. HEX triplet: 80, BC and C4. RGB value is (128,188,196). Sum of RGB (Red+Green+Blue) = 128+188+196=512 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 196 - color contains mainly: blue. Hex color #80BCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BCC4 is #7F433B. Grayscale: #AAAAAA. Windows color (decimal): -8340284 or 12893312. OLE color: 12893312.

HSL color Cylindrical-coordinate representation of color #80BCC4: hue angle of 187.06º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #80BCC4 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB128188196-
CMYK0.350.0400.23
HSL187.06º36.56%63.53%-
HSV(B)187.06º34.69%76.86%-
XYZ36.8544.5458.88-
YUV170.97142.1297.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25%
GREEN value IS 188 (73.83% from 255) = 36.72%
BLUE value IS 196 (76.95% from 255) = 38.28%
R=25%
G=36.72%
B=38.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1281881960.350.0400.23187.0636.5663.53
Hex80BCC4234017bb2540
Octal20027430443402727345100
Binary100000001011110011000100100011100010111101110111001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80BCC4;
 }
 .AnyTagClassName
 {
   color: #80BCC4;
 }
</style>
background-color css

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

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

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

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

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

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