Html Css Color HEX #77BFC4 Glacier

📋 copy color: '#77BFC4'

red 119 ◦ green 191 ◦ blue 196

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

Shades of Glacier #77BFC4

Tints of Glacier #77BFC4

RGB

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

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

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

R = 23.52%
G = 37.75%
B = 38.74%

CMYK

 C value IS 0.39

 M value IS 0.03

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#77BFC4 (or 0x77BFC4) is known color: Glacier. HEX triplet: 77, BF and C4. RGB value is (119,191,196). Sum of RGB (Red+Green+Blue) = 119+191+196=506 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.52% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 196 - color contains mainly: blue. Hex color #77BFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BFC4 is #88403B. Grayscale: #A9A9A9. Windows color (decimal): -8929340 or 12894071. OLE color: 12894071.

HSL color Cylindrical-coordinate representation of color #77BFC4: hue angle of 183.9º 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 #77BFC4 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 119 191 196 -
CMYK 0.39 0.03 0 0.23
HSL 183.9º 0.39% 0.62% -
HSV(B) 183.9º 0.39% 0.77% -
XYZ 36.2 45.17 59.03 -
YUV 170.04 142.65 91.59 -
System Red Green Blue C M Y K H S L
Decimal 119 191 196 0.39 0.03 0 0.23 183.9 0.39 0.62
Hex 77 BF C4 27 3 0 17 B8 27 3E
Octal 167 277 304 47 3 0 27 270 47 76
Binary 1110111 10111111 11000100 100111 11 0 10111 10111000 100111 111110

Color Harmonies of #77BFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BFC4

Black with #77BFC4

Text Example


Text Example

White with #77BFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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