#77BBBF

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

Shades of Glacier #77BBBF

Tints of Glacier #77BBBF

Color information

#77BBBF (or 0x77BBBF) is unknown color: approx Glacier. HEX triplet: 77, BB and BF. RGB value is (119,187,191). Sum of RGB (Red+Green+Blue) = 119+187+191=497 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.94% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 191 - color contains mainly: blue. Hex color #77BBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BBBF is #884440. Grayscale: #A7A7A7. Windows color (decimal): -8930369 or 12565367. OLE color: 12565367.

HSL color Cylindrical-coordinate representation of color #77BBBF: hue angle of 183.33º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77BBBF is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB119187191-
CMYK0.380.0200.25
HSL183.33º36%60.78%-
HSV(B)183.33º37.7%74.9%-
XYZ34.7843.2255.8-
YUV167.12141.4793.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.94%
GREEN value IS 187 (73.44% from 255) = 37.63%
BLUE value IS 191 (75% from 255) = 38.43%
R=23.94%
G=37.63%
B=38.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191871910.380.0200.25183.333660.78
Hex77BBBF262019b7243d
Octal1672732774620312674475
Binary111011110111011101111111001101001100110110111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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