Html Css Color HEX #77B8C4 Glacier

📋 copy color: '#77B8C4'

red 119 ◦ green 184 ◦ blue 196

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

Shades of Glacier #77B8C4

Tints of Glacier #77B8C4

RGB

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

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

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

R = 23.85%
G = 36.87%
B = 39.28%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#77B8C4 (or 0x77B8C4) is known color: Glacier. HEX triplet: 77, B8 and C4. RGB value is (119,184,196). Sum of RGB (Red+Green+Blue) = 119+184+196=499 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.85% from 499); Green value is 184 (72.27% from 255 or 36.87% from 499); Blue value is 196 (76.95% from 255 or 39.28% from 499); Max value from RGB is 196 - color contains mainly: blue. Hex color #77B8C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B8C4 is #88473B. Grayscale: #A5A5A5. Windows color (decimal): -8931132 or 12892279. OLE color: 12892279.

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

Color convert

RGB 119 184 196 -
CMYK 0.39 0.06 0 0.23
HSL 189.35º 0.39% 0.62% -
HSV(B) 189.35º 0.39% 0.77% -
XYZ 34.71 42.19 58.54 -
YUV 165.93 144.97 94.52 -
System Red Green Blue C M Y K H S L
Decimal 119 184 196 0.39 0.06 0 0.23 189.35 0.39 0.62
Hex 77 B8 C4 27 6 0 17 BD 27 3E
Octal 167 270 304 47 6 0 27 275 47 76
Binary 1110111 10111000 11000100 100111 110 0 10111 10111101 100111 111110

Color Harmonies of #77B8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B8C4

Black with #77B8C4

Text Example


Text Example

White with #77B8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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