Html Css Color HEX #77BFC5 Glacier

📋 copy color: '#77BFC5'

red 119 ◦ green 191 ◦ blue 197

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

Shades of Glacier #77BFC5

Tints of Glacier #77BFC5

RGB

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

 GREEN value IS 191 (75% from 255) = 37.67%

 BLUE value IS 197 (77.34% from 255) = 38.86%

R = 23.47%
G = 37.67%
B = 38.86%

CMYK

 C value IS 0.40

 M value IS 0.03

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#77BFC5 (or 0x77BFC5) is known color: Glacier. HEX triplet: 77, BF and C5. RGB value is (119,191,197). Sum of RGB (Red+Green+Blue) = 119+191+197=507 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.47% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 197 - color contains mainly: blue. Hex color #77BFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BFC5 is #88403A. Grayscale: #AAAAAA. Windows color (decimal): -8929339 or 12959607. OLE color: 12959607.

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

Color convert

RGB 119 191 197 -
CMYK 0.40 0.03 0 0.23
HSL 184.62º 0.4% 0.62% -
HSV(B) 184.62º 0.4% 0.77% -
XYZ 36.32 45.21 59.64 -
YUV 170.16 143.15 91.51 -
System Red Green Blue C M Y K H S L
Decimal 119 191 197 0.40 0.03 0 0.23 184.62 0.4 0.62
Hex 77 BF C5 28 3 0 17 B9 28 3E
Octal 167 277 305 50 3 0 27 271 50 76
Binary 1110111 10111111 11000101 101000 11 0 10111 10111001 101000 111110

Color Harmonies of #77BFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BFC5

Black with #77BFC5

Text Example


Text Example

White with #77BFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,191,197); }

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

background-color css

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

 a { background-color: rgb(119,191,197); }

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

border-color css

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

 span { border-color: rgb(119,191,197); }

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