Html Css Color HEX #77B8C3 Glacier

📋 copy color: '#77B8C3'

red 119 ◦ green 184 ◦ blue 195

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

Shades of Glacier #77B8C3

Tints of Glacier #77B8C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.16%

R = 23.9%
G = 36.95%
B = 39.16%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#77B8C3 (or 0x77B8C3) is known color: Glacier. HEX triplet: 77, B8 and C3. RGB value is (119,184,195). Sum of RGB (Red+Green+Blue) = 119+184+195=498 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.90% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 195 (76.56% from 255 or 39.16% from 498); Max value from RGB is 195 - color contains mainly: blue. Hex color #77B8C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B8C3 is #88473C. Grayscale: #A5A5A5. Windows color (decimal): -8931133 or 12826743. OLE color: 12826743.

HSL color Cylindrical-coordinate representation of color #77B8C3: hue angle of 188.68º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77B8C3 is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 184 195 -
CMYK 0.39 0.06 0 0.24
HSL 188.68º 0.39% 0.62% -
HSV(B) 188.68º 0.39% 0.76% -
XYZ 34.6 42.14 57.94 -
YUV 165.82 144.47 94.61 -
System Red Green Blue C M Y K H S L
Decimal 119 184 195 0.39 0.06 0 0.24 188.68 0.39 0.62
Hex 77 B8 C3 27 6 0 18 BD 27 3E
Octal 167 270 303 47 6 0 30 275 47 76
Binary 1110111 10111000 11000011 100111 110 0 11000 10111101 100111 111110

Color Harmonies of #77B8C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B8C3

Black with #77B8C3

Text Example


Text Example

White with #77B8C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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