#80BBBF

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

Shades of Glacier #80BBBF

Tints of Glacier #80BBBF

Color information

#80BBBF (or 0x80BBBF) is unknown color: approx Glacier. HEX triplet: 80, BB and BF. RGB value is (128,187,191). Sum of RGB (Red+Green+Blue) = 128+187+191=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 191 - color contains mainly: blue. Hex color #80BBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BBBF is #7F4440. Grayscale: #A9A9A9. Windows color (decimal): -8340545 or 12565376. OLE color: 12565376.

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

Color convert

RGB128187191-
CMYK0.330.0200.25
HSL183.81º32.98%62.55%-
HSV(B)183.81º32.98%74.9%-
XYZ36.0843.8955.86-
YUV169.82139.9598.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.30%
GREEN value IS 187 (73.44% from 255) = 36.96%
BLUE value IS 191 (75% from 255) = 37.75%
R=25.30%
G=36.96%
B=37.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281871910.330.0200.25183.8132.9862.55
Hex80BBBF212019b8213f
Octal2002732774120312704177
Binary1000000010111011101111111000011001100110111000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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