#77BBBE

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

Shades of Glacier #77BBBE

Tints of Glacier #77BBBE

Color information

#77BBBE (or 0x77BBBE) is unknown color: approx Glacier. HEX triplet: 77, BB and BE. RGB value is (119,187,190). Sum of RGB (Red+Green+Blue) = 119+187+190=496 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.99% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #77BBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BBBE is #884441. Grayscale: #A6A6A6. Windows color (decimal): -8930370 or 12499831. OLE color: 12499831.

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

Color convert

RGB119187190-
CMYK0.370.0200.25
HSL182.54º35.32%60.59%-
HSV(B)182.54º37.37%74.51%-
XYZ34.6743.1855.22-
YUV167.01140.9793.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.99%
GREEN value IS 187 (73.44% from 255) = 37.70%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=23.99%
G=37.70%
B=38.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191871900.370.0200.25182.5435.3260.59
Hex77BBBE252019b7233d
Octal1672732764520312674375
Binary111011110111011101111101001011001100110110111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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