Html Css Color HEX #77ABBA Glacier

📋 copy color: '#77ABBA'

red 119 ◦ green 171 ◦ blue 186

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

Shades of Glacier #77ABBA

Tints of Glacier #77ABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.92%

 BLUE value IS 186 (73.05% from 255) = 39.08%

R = 25%
G = 35.92%
B = 39.08%

CMYK

 C value IS 0.36

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#77ABBA (or 0x77ABBA) is known color: Glacier. HEX triplet: 77, AB and BA. RGB value is (119,171,186). Sum of RGB (Red+Green+Blue) = 119+171+186=476 (63% of max value = 765). Red value is 119 (46.88% from 255 or 25% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #77ABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ABBA is #885445. Grayscale: #9D9D9D. Windows color (decimal): -8934470 or 12233591. OLE color: 12233591.

HSL color Cylindrical-coordinate representation of color #77ABBA: hue angle of 193.43º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77ABBA is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 171 186 -
CMYK 0.36 0.08 0 0.27
HSL 193.43º 0.33% 0.6% -
HSV(B) 193.43º 0.36% 0.73% -
XYZ 31.03 36.59 51.88 -
YUV 157.16 144.27 100.78 -
System Red Green Blue C M Y K H S L
Decimal 119 171 186 0.36 0.08 0 0.27 193.43 0.33 0.6
Hex 77 AB BA 24 8 0 1B C1 21 3C
Octal 167 253 272 44 10 0 33 301 41 74
Binary 1110111 10101011 10111010 100100 1000 0 11011 11000001 100001 111100

Color Harmonies of #77ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ABBA

Black with #77ABBA

Text Example


Text Example

White with #77ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,171,186); }

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

background-color css

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

 a { background-color: rgb(119,171,186); }

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

border-color css

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

 span { border-color: rgb(119,171,186); }

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