Html Css Color HEX #77BFC8 Glacier

📋 copy color: '#77BFC8'

red 119 ◦ green 191 ◦ blue 200

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

Shades of Glacier #77BFC8

Tints of Glacier #77BFC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.22%

R = 23.33%
G = 37.45%
B = 39.22%

CMYK

 C value IS 0.40

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#77BFC8 (or 0x77BFC8) is known color: Glacier. HEX triplet: 77, BF and C8. RGB value is (119,191,200). Sum of RGB (Red+Green+Blue) = 119+191+200=510 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.33% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 200 - color contains mainly: blue. Hex color #77BFC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BFC8 is #884037. Grayscale: #AAAAAA. Windows color (decimal): -8929336 or 13156215. OLE color: 13156215.

HSL color Cylindrical-coordinate representation of color #77BFC8: hue angle of 186.67º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77BFC8 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 119 191 200 -
CMYK 0.40 0.04 0 0.22
HSL 186.67º 0.42% 0.63% -
HSV(B) 186.67º 0.41% 0.78% -
XYZ 36.66 45.35 61.47 -
YUV 170.5 144.65 91.27 -
System Red Green Blue C M Y K H S L
Decimal 119 191 200 0.40 0.04 0 0.22 186.67 0.42 0.63
Hex 77 BF C8 28 4 0 16 BB 2A 3F
Octal 167 277 310 50 4 0 26 273 52 77
Binary 1110111 10111111 11001000 101000 100 0 10110 10111011 101010 111111

Color Harmonies of #77BFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BFC8

Black with #77BFC8

Text Example


Text Example

White with #77BFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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