Html Css Color HEX #77BABD Glacier

📋 copy color: '#77BABD'

red 119 ◦ green 186 ◦ blue 189

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

Shades of Glacier #77BABD

Tints of Glacier #77BABD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.65%

 BLUE value IS 189 (74.22% from 255) = 38.26%

R = 24.09%
G = 37.65%
B = 38.26%

CMYK

 C value IS 0.37

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#77BABD (or 0x77BABD) is known color: Glacier. HEX triplet: 77, BA and BD. RGB value is (119,186,189). Sum of RGB (Red+Green+Blue) = 119+186+189=494 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.09% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 189 - color contains mainly: blue. Hex color #77BABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BABD is #884542. Grayscale: #A6A6A6. Windows color (decimal): -8930627 or 12434039. OLE color: 12434039.

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

Color convert

RGB 119 186 189 -
CMYK 0.37 0.02 0 0.26
HSL 182.57º 0.35% 0.6% -
HSV(B) 182.57º 0.37% 0.74% -
XYZ 34.35 42.71 54.58 -
YUV 166.31 140.8 94.26 -
System Red Green Blue C M Y K H S L
Decimal 119 186 189 0.37 0.02 0 0.26 182.57 0.35 0.6
Hex 77 BA BD 25 2 0 1A B7 23 3C
Octal 167 272 275 45 2 0 32 267 43 74
Binary 1110111 10111010 10111101 100101 10 0 11010 10110111 100011 111100

Color Harmonies of #77BABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BABD

Black with #77BABD

Text Example


Text Example

White with #77BABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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