Html Css Color HEX #77BDBE Glacier

📋 copy color: '#77BDBE'

red 119 ◦ green 189 ◦ blue 190

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

Shades of Glacier #77BDBE

Tints of Glacier #77BDBE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.95%

 BLUE value IS 190 (74.61% from 255) = 38.15%

R = 23.9%
G = 37.95%
B = 38.15%

CMYK

 C value IS 0.37

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#77BDBE (or 0x77BDBE) is known color: Glacier. HEX triplet: 77, BD and BE. RGB value is (119,189,190). Sum of RGB (Red+Green+Blue) = 119+189+190=498 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.90% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #77BDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BDBE is #884241. Grayscale: #A8A8A8. Windows color (decimal): -8929858 or 12500343. OLE color: 12500343.

HSL color Cylindrical-coordinate representation of color #77BDBE: hue angle of 180.85º 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 #77BDBE is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 189 190 -
CMYK 0.37 0.01 0 0.25
HSL 180.85º 0.35% 0.61% -
HSV(B) 180.85º 0.37% 0.75% -
XYZ 35.1 44.03 55.36 -
YUV 168.18 140.31 92.92 -
System Red Green Blue C M Y K H S L
Decimal 119 189 190 0.37 0.01 0 0.25 180.85 0.35 0.61
Hex 77 BD BE 25 1 0 19 B5 23 3D
Octal 167 275 276 45 1 0 31 265 43 75
Binary 1110111 10111101 10111110 100101 1 0 11001 10110101 100011 111101

Color Harmonies of #77BDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BDBE

Black with #77BDBE

Text Example


Text Example

White with #77BDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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