Html Css Color HEX #77AABD Glacier

📋 copy color: '#77AABD'

red 119 ◦ green 170 ◦ blue 189

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

Shades of Glacier #77AABD

Tints of Glacier #77AABD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.56%

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

R = 24.9%
G = 35.56%
B = 39.54%

CMYK

 C value IS 0.37

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#77AABD (or 0x77AABD) is known color: Glacier. HEX triplet: 77, AA and BD. RGB value is (119,170,189). Sum of RGB (Red+Green+Blue) = 119+170+189=478 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.90% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #77AABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AABD is #885542. Grayscale: #9C9C9C. Windows color (decimal): -8934723 or 12429943. OLE color: 12429943.

HSL color Cylindrical-coordinate representation of color #77AABD: hue angle of 196.29º 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 #77AABD is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 170 189 -
CMYK 0.37 0.10 0 0.26
HSL 196.29º 0.35% 0.6% -
HSV(B) 196.29º 0.37% 0.74% -
XYZ 31.17 36.35 53.52 -
YUV 156.92 146.1 100.96 -
System Red Green Blue C M Y K H S L
Decimal 119 170 189 0.37 0.10 0 0.26 196.29 0.35 0.6
Hex 77 AA BD 25 A 0 1A C4 23 3C
Octal 167 252 275 45 12 0 32 304 43 74
Binary 1110111 10101010 10111101 100101 1010 0 11010 11000100 100011 111100

Color Harmonies of #77AABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AABD

Black with #77AABD

Text Example


Text Example

White with #77AABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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