Html Css Color HEX #77B5BA Glacier

📋 copy color: '#77B5BA'

red 119 ◦ green 181 ◦ blue 186

#77B5BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glacier #77B5BA

Tints of Glacier #77B5BA

RGB

 RED value IS 119 (46.88% from 255) = 24.49%

 GREEN value IS 181 (71.09% from 255) = 37.24%

 BLUE value IS 186 (73.05% from 255) = 38.27%

R = 24.49%
G = 37.24%
B = 38.27%

CMYK

 C value IS 0.36

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#77B5BA (or 0x77B5BA) is known color: Glacier. HEX triplet: 77, B5 and BA. RGB value is (119,181,186). Sum of RGB (Red+Green+Blue) = 119+181+186=486 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.49% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #77B5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B5BA is #884A45. Grayscale: #A2A2A2. Windows color (decimal): -8931910 or 12236151. OLE color: 12236151.

HSL color Cylindrical-coordinate representation of color #77B5BA: hue angle of 184.48º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77B5BA is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 181 186 -
CMYK 0.36 0.03 0 0.27
HSL 184.48º 0.33% 0.6% -
HSV(B) 184.48º 0.36% 0.73% -
XYZ 32.99 40.51 52.54 -
YUV 163.03 140.96 96.59 -
System Red Green Blue C M Y K H S L
Decimal 119 181 186 0.36 0.03 0 0.27 184.48 0.33 0.6
Hex 77 B5 BA 24 3 0 1B B8 21 3C
Octal 167 265 272 44 3 0 33 270 41 74
Binary 1110111 10110101 10111010 100100 11 0 11011 10111000 100001 111100

Color Harmonies of #77B5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B5BA

Black with #77B5BA

Text Example


Text Example

White with #77B5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,181,186); }

 H1.HeaderClassName
 {
   color: #77B5BA;
 }
 .AnyTagClassName
 {
   color: #77B5BA;
 }
</style>

background-color css

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

 a { background-color: rgb(119,181,186); }

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

border-color css

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

 span { border-color: rgb(119,181,186); }

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