Html Css Color HEX #77B8C1 Glacier

📋 copy color: '#77B8C1'

red 119 ◦ green 184 ◦ blue 193

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

Shades of Glacier #77B8C1

Tints of Glacier #77B8C1

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.1%

 BLUE value IS 193 (75.78% from 255) = 38.91%

R = 23.99%
G = 37.1%
B = 38.91%

CMYK

 C value IS 0.38

 M value IS 0.05

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#77B8C1 (or 0x77B8C1) is known color: Glacier. HEX triplet: 77, B8 and C1. RGB value is (119,184,193). Sum of RGB (Red+Green+Blue) = 119+184+193=496 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.99% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 193 - color contains mainly: blue. Hex color #77B8C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B8C1 is #88473E. Grayscale: #A5A5A5. Windows color (decimal): -8931135 or 12695671. OLE color: 12695671.

HSL color Cylindrical-coordinate representation of color #77B8C1: hue angle of 187.3º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77B8C1 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 184 193 -
CMYK 0.38 0.05 0 0.24
HSL 187.3º 0.37% 0.61% -
HSV(B) 187.3º 0.38% 0.76% -
XYZ 34.37 42.05 56.76 -
YUV 165.59 143.47 94.77 -
System Red Green Blue C M Y K H S L
Decimal 119 184 193 0.38 0.05 0 0.24 187.3 0.37 0.61
Hex 77 B8 C1 26 5 0 18 BB 25 3D
Octal 167 270 301 46 5 0 30 273 45 75
Binary 1110111 10111000 11000001 100110 101 0 11000 10111011 100101 111101

Color Harmonies of #77B8C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B8C1

Black with #77B8C1

Text Example


Text Example

White with #77B8C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,184,193); }

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

background-color css

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

 a { background-color: rgb(119,184,193); }

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

border-color css

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

 span { border-color: rgb(119,184,193); }

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