Html Css Color HEX #77AABF Glacier

📋 copy color: '#77AABF'

red 119 ◦ green 170 ◦ blue 191

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

Shades of Glacier #77AABF

Tints of Glacier #77AABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.79%

R = 24.79%
G = 35.42%
B = 39.79%

CMYK

 C value IS 0.38

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#77AABF (or 0x77AABF) is known color: Glacier. HEX triplet: 77, AA and BF. RGB value is (119,170,191). Sum of RGB (Red+Green+Blue) = 119+170+191=480 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.79% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 191 - color contains mainly: blue. Hex color #77AABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AABF is #885540. Grayscale: #9D9D9D. Windows color (decimal): -8934721 or 12561015. OLE color: 12561015.

HSL color Cylindrical-coordinate representation of color #77AABF: hue angle of 197.5º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77AABF is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 170 191 -
CMYK 0.38 0.11 0 0.25
HSL 197.5º 0.36% 0.61% -
HSV(B) 197.5º 0.38% 0.75% -
XYZ 31.39 36.43 54.67 -
YUV 157.15 147.1 100.79 -
System Red Green Blue C M Y K H S L
Decimal 119 170 191 0.38 0.11 0 0.25 197.5 0.36 0.61
Hex 77 AA BF 26 B 0 19 C6 24 3D
Octal 167 252 277 46 13 0 31 306 44 75
Binary 1110111 10101010 10111111 100110 1011 0 11001 11000110 100100 111101

Color Harmonies of #77AABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AABF

Black with #77AABF

Text Example


Text Example

White with #77AABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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