Html Css Color HEX #77AEBD Glacier

📋 copy color: '#77AEBD'

red 119 ◦ green 174 ◦ blue 189

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

Shades of Glacier #77AEBD

Tints of Glacier #77AEBD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.1%

 BLUE value IS 189 (74.22% from 255) = 39.21%

R = 24.69%
G = 36.1%
B = 39.21%

CMYK

 C value IS 0.37

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#77AEBD (or 0x77AEBD) is known color: Glacier. HEX triplet: 77, AE and BD. RGB value is (119,174,189). Sum of RGB (Red+Green+Blue) = 119+174+189=482 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.69% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 189 - color contains mainly: blue. Hex color #77AEBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AEBD is #885142. Grayscale: #9F9F9F. Windows color (decimal): -8933699 or 12430967. OLE color: 12430967.

HSL color Cylindrical-coordinate representation of color #77AEBD: hue angle of 192.86º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77AEBD is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 174 189 -
CMYK 0.37 0.08 0 0.26
HSL 192.86º 0.35% 0.6% -
HSV(B) 192.86º 0.37% 0.74% -
XYZ 31.93 37.87 53.77 -
YUV 159.27 144.78 99.28 -
System Red Green Blue C M Y K H S L
Decimal 119 174 189 0.37 0.08 0 0.26 192.86 0.35 0.6
Hex 77 AE BD 25 8 0 1A C1 23 3C
Octal 167 256 275 45 10 0 32 301 43 74
Binary 1110111 10101110 10111101 100101 1000 0 11010 11000001 100011 111100

Color Harmonies of #77AEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AEBD

Black with #77AEBD

Text Example


Text Example

White with #77AEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,174,189); }

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

background-color css

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

 a { background-color: rgb(119,174,189); }

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

border-color css

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

 span { border-color: rgb(119,174,189); }

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