#77BDC1

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

Shades of Glacier #77BDC1

Tints of Glacier #77BDC1

Color information

#77BDC1 (or 0x77BDC1) is unknown color: approx Glacier. HEX triplet: 77, BD and C1. RGB value is (119,189,193). Sum of RGB (Red+Green+Blue) = 119+189+193=501 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.75% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 193 - color contains mainly: blue. Hex color #77BDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BDC1 is #88423E. Grayscale: #A8A8A8. Windows color (decimal): -8929855 or 12696951. OLE color: 12696951.

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

Color convert

RGB119189193-
CMYK0.380.0200.24
HSL183.24º37.37%61.18%-
HSV(B)183.24º38.34%75.69%-
XYZ35.4344.1757.11-
YUV168.53141.8192.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.75%
GREEN value IS 189 (74.22% from 255) = 37.72%
BLUE value IS 193 (75.78% from 255) = 38.52%
R=23.75%
G=37.72%
B=38.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1191891930.380.0200.24183.2437.3761.18
Hex77BDC1262018b7253d
Octal1672753014620302674575
Binary111011110111101110000011001101001100010110111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,189,193); }

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

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

 a { background-color: rgb(119,189,193); }

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

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

 span { border-color: rgb(119,189,193); }

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