#77BED3

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

Shades of Seagull #77BED3

Tints of Seagull #77BED3

Color information

#77BED3 (or 0x77BED3) is unknown color: approx Seagull. HEX triplet: 77, BE and D3. RGB value is (119,190,211). Sum of RGB (Red+Green+Blue) = 119+190+211=520 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.88% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 211 (82.81% from 255 or 40.58% from 520); Max value from RGB is 211 - color contains mainly: blue. Hex color #77BED3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BED3 is #88412C. Grayscale: #ABABAB. Windows color (decimal): -8929581 or 13876855. OLE color: 13876855.

HSL color Cylindrical-coordinate representation of color #77BED3: hue angle of 193.7º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77BED3 is Cyan = 0.44, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB119190211-
CMYK0.440.1000.17
HSL193.7º51.11%64.71%-
HSV(B)193.7º43.6%82.75%-
XYZ37.7845.4568.41-
YUV171.16150.4890.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.88%
GREEN value IS 190 (74.61% from 255) = 36.54%
BLUE value IS 211 (82.81% from 255) = 40.58%
R=22.88%
G=36.54%
B=40.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1191902110.440.1000.17193.751.1164.71
Hex77BED32CA011c23341
Octal167276323541202130263101
Binary111011110111110110100111011001010010001110000101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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