#77BCD1

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

Shades of Seagull #77BCD1

Tints of Seagull #77BCD1

Color information

#77BCD1 (or 0x77BCD1) is unknown color: approx Seagull. HEX triplet: 77, BC and D1. RGB value is (119,188,209). Sum of RGB (Red+Green+Blue) = 119+188+209=516 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.06% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 209 (82.03% from 255 or 40.50% from 516); Max value from RGB is 209 - color contains mainly: blue. Hex color #77BCD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BCD1 is #88432E. Grayscale: #A9A9A9. Windows color (decimal): -8930095 or 13745271. OLE color: 13745271.

HSL color Cylindrical-coordinate representation of color #77BCD1: hue angle of 194º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77BCD1 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB119188209-
CMYK0.430.1000.18
HSL194º49.45%64.31%-
HSV(B)194º43.06%81.96%-
XYZ37.144.4966.95-
YUV169.76150.1491.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.06%
GREEN value IS 188 (73.83% from 255) = 36.43%
BLUE value IS 209 (82.03% from 255) = 40.50%
R=23.06%
G=36.43%
B=40.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1191882090.430.1000.1819449.4564.31
Hex77BCD12BA012c23140
Octal167274321531202230261100
Binary111011110111100110100011010111010010010110000101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,188,209); }

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

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

 a { background-color: rgb(119,188,209); }

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

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

 span { border-color: rgb(119,188,209); }

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