#77C1DD

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

Shades of Seagull #77C1DD

Tints of Seagull #77C1DD

Color information

#77C1DD (or 0x77C1DD) is unknown color: approx Seagull. HEX triplet: 77, C1 and DD. RGB value is (119,193,221). Sum of RGB (Red+Green+Blue) = 119+193+221=533 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.33% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #77C1DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C1DD is #883E22. Grayscale: #ADADAD. Windows color (decimal): -8928803 or 14532983. OLE color: 14532983.

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

Color convert

RGB119193221-
CMYK0.460.1300.13
HSL196.47º60%66.67%-
HSV(B)196.47º46.15%86.67%-
XYZ39.7347.2875.44-
YUV174.07154.4888.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.33%
GREEN value IS 193 (75.78% from 255) = 36.21%
BLUE value IS 221 (86.72% from 255) = 41.46%
R=22.33%
G=36.21%
B=41.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191932210.460.1300.13196.476066.67
Hex77C1DD2ED0Dc43c43
Octal167301335561501530474103
Binary11101111100000111011101101110110101101110001001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,193,221); }

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

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

 a { background-color: rgb(119,193,221); }

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

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

 span { border-color: rgb(119,193,221); }

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