Html Css Color HEX #77BDC4 Glacier

📋 copy color: '#77BDC4'

red 119 ◦ green 189 ◦ blue 196

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

Shades of Glacier #77BDC4

Tints of Glacier #77BDC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.89%

R = 23.61%
G = 37.5%
B = 38.89%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#77BDC4 (or 0x77BDC4) is known color: Glacier. HEX triplet: 77, BD and C4. RGB value is (119,189,196). Sum of RGB (Red+Green+Blue) = 119+189+196=504 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.61% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 196 - color contains mainly: blue. Hex color #77BDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BDC4 is #88423B. Grayscale: #A8A8A8. Windows color (decimal): -8929852 or 12893559. OLE color: 12893559.

HSL color Cylindrical-coordinate representation of color #77BDC4: hue angle of 185.45º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77BDC4 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 119 189 196 -
CMYK 0.39 0.04 0 0.23
HSL 185.45º 0.39% 0.62% -
HSV(B) 185.45º 0.39% 0.77% -
XYZ 35.77 44.3 58.89 -
YUV 168.87 143.31 92.43 -
System Red Green Blue C M Y K H S L
Decimal 119 189 196 0.39 0.04 0 0.23 185.45 0.39 0.62
Hex 77 BD C4 27 4 0 17 B9 27 3E
Octal 167 275 304 47 4 0 27 271 47 76
Binary 1110111 10111101 11000100 100111 100 0 10111 10111001 100111 111110

Color Harmonies of #77BDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BDC4

Black with #77BDC4

Text Example


Text Example

White with #77BDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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