#77BDDE

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

Shades of Seagull #77BDDE

Tints of Seagull #77BDDE

Color information

#77BDDE (or 0x77BDDE) is unknown color: approx Seagull. HEX triplet: 77, BD and DE. RGB value is (119,189,222). Sum of RGB (Red+Green+Blue) = 119+189+222=530 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.45% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #77BDDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BDDE is #884221. Grayscale: #ABABAB. Windows color (decimal): -8929826 or 14597495. OLE color: 14597495.

HSL color Cylindrical-coordinate representation of color #77BDDE: hue angle of 199.22º 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 #77BDDE is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB119189222-
CMYK0.460.1500.13
HSL199.22º60.95%66.86%-
HSV(B)199.22º46.4%87.06%-
XYZ38.9945.5975.85-
YUV171.83156.3190.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.45%
GREEN value IS 189 (74.22% from 255) = 35.66%
BLUE value IS 222 (87.11% from 255) = 41.89%
R=22.45%
G=35.66%
B=41.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191892220.460.1500.13199.2260.9566.86
Hex77BDDE2EF0Dc73d43
Octal167275336561701530775103
Binary11101111011110111011110101110111101101110001111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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