#77ADD1

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

Shades of Seagull #77ADD1

Tints of Seagull #77ADD1

Color information

#77ADD1 (or 0x77ADD1) is unknown color: approx Seagull. HEX triplet: 77, AD and D1. RGB value is (119,173,209). Sum of RGB (Red+Green+Blue) = 119+173+209=501 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.75% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 209 (82.03% from 255 or 41.72% from 501); Max value from RGB is 209 - color contains mainly: blue. Hex color #77ADD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ADD1 is #88522E. Grayscale: #A0A0A0. Windows color (decimal): -8933935 or 13741431. OLE color: 13741431.

HSL color Cylindrical-coordinate representation of color #77ADD1: hue angle of 204º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77ADD1 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB119173209-
CMYK0.430.1700.18
HSL204º49.45%64.31%-
HSV(B)204º43.06%81.96%-
XYZ34.0638.4165.94-
YUV160.96155.1198.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.75%
GREEN value IS 173 (67.97% from 255) = 34.53%
BLUE value IS 209 (82.03% from 255) = 41.72%
R=23.75%
G=34.53%
B=41.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1191732090.430.1700.1820449.4564.31
Hex77ADD12B11012cc3140
Octal167255321532102231461100
Binary1110111101011011101000110101110001010010110011001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77ADD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,173,209); }

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

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

 a { background-color: rgb(119,173,209); }

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

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

 span { border-color: rgb(119,173,209); }

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