#77BABE

Color #77BABE Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #77BABE

Tints of Glacier #77BABE

Color information

#77BABE (or 0x77BABE) is unknown color: approx Glacier. HEX triplet: 77, BA and BE. RGB value is (119,186,190). Sum of RGB (Red+Green+Blue) = 119+186+190=495 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.04% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #77BABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BABE is #884541. Grayscale: #A6A6A6. Windows color (decimal): -8930626 or 12499575. OLE color: 12499575.

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

Color convert

RGB119186190-
CMYK0.370.0200.25
HSL183.38º35.32%60.59%-
HSV(B)183.38º37.37%74.51%-
XYZ34.4642.7655.15-
YUV166.42141.394.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.04%
GREEN value IS 186 (73.05% from 255) = 37.58%
BLUE value IS 190 (74.61% from 255) = 38.38%
R=24.04%
G=37.58%
B=38.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191861900.370.0200.25183.3835.3260.59
Hex77BABE252019b7233d
Octal1672722764520312674375
Binary111011110111010101111101001011001100110110111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #77BABE;
 }
 .AnyTagClassName
 {
   color: #77BABE;
 }
</style>
background-color css

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

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

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

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

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

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