#77BEDE

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

Shades of Seagull #77BEDE

Tints of Seagull #77BEDE

Color information

#77BEDE (or 0x77BEDE) is unknown color: approx Seagull. HEX triplet: 77, BE and DE. RGB value is (119,190,222). Sum of RGB (Red+Green+Blue) = 119+190+222=531 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.41% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #77BEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BEDE is #884121. Grayscale: #ACACAC. Windows color (decimal): -8929570 or 14597751. OLE color: 14597751.

HSL color Cylindrical-coordinate representation of color #77BEDE: hue angle of 198.64º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77BEDE is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB119190222-
CMYK0.460.1400.13
HSL198.64º60.95%66.86%-
HSV(B)198.64º46.4%87.06%-
XYZ39.2146.0275.92-
YUV172.42155.9889.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.41%
GREEN value IS 190 (74.61% from 255) = 35.78%
BLUE value IS 222 (87.11% from 255) = 41.81%
R=22.41%
G=35.78%
B=41.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191902220.460.1400.13198.6460.9566.86
Hex77BEDE2EE0Dc73d43
Octal167276336561601530775103
Binary11101111011111011011110101110111001101110001111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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