#77BCDC

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

Shades of Seagull #77BCDC

Tints of Seagull #77BCDC

Color information

#77BCDC (or 0x77BCDC) is unknown color: approx Seagull. HEX triplet: 77, BC and DC. RGB value is (119,188,220). Sum of RGB (Red+Green+Blue) = 119+188+220=527 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.58% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #77BCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BCDC is #884323. Grayscale: #AAAAAA. Windows color (decimal): -8930084 or 14466167. OLE color: 14466167.

HSL color Cylindrical-coordinate representation of color #77BCDC: hue angle of 199.01º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77BCDC is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB119188220-
CMYK0.460.1500.14
HSL199.01º59.06%66.47%-
HSV(B)199.01º45.91%86.27%-
XYZ38.5145.0674.38-
YUV171.02155.6490.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.58%
GREEN value IS 188 (73.83% from 255) = 35.67%
BLUE value IS 220 (86.33% from 255) = 41.75%
R=22.58%
G=35.67%
B=41.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1191882200.460.1500.14199.0159.0666.47
Hex77BCDC2EF0Ec73b42
Octal167274334561701630773102
Binary11101111011110011011100101110111101110110001111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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