#77B9DD

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

Shades of Seagull #77B9DD

Tints of Seagull #77B9DD

Color information

#77B9DD (or 0x77B9DD) is unknown color: approx Seagull. HEX triplet: 77, B9 and DD. RGB value is (119,185,221). Sum of RGB (Red+Green+Blue) = 119+185+221=525 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.67% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #77B9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B9DD is #884622. Grayscale: #A9A9A9. Windows color (decimal): -8930851 or 14530935. OLE color: 14530935.

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

Color convert

RGB119185221-
CMYK0.460.1600.13
HSL201.18º60%66.67%-
HSV(B)201.18º46.15%86.67%-
XYZ38.0143.8474.87-
YUV169.37157.1392.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.67%
GREEN value IS 185 (72.66% from 255) = 35.24%
BLUE value IS 221 (86.72% from 255) = 42.10%
R=22.67%
G=35.24%
B=42.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191852210.460.1600.13201.186066.67
Hex77B9DD2E100Dc93c43
Octal167271335562001531174103
Binary111011110111001110111011011101000001101110010011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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