#77B6DE

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

Shades of Seagull #77B6DE

Tints of Seagull #77B6DE

Color information

#77B6DE (or 0x77B6DE) is unknown color: approx Seagull. HEX triplet: 77, B6 and DE. RGB value is (119,182,222). Sum of RGB (Red+Green+Blue) = 119+182+222=523 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.75% from 523); Green value is 182 (71.48% from 255 or 34.80% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #77B6DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B6DE is #884921. Grayscale: #A7A7A7. Windows color (decimal): -8931618 or 14595703. OLE color: 14595703.

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

Color convert

RGB119182222-
CMYK0.460.1800.13
HSL203.3º60.95%66.86%-
HSV(B)203.3º46.4%87.06%-
XYZ37.5242.6575.36-
YUV167.72158.6393.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.75%
GREEN value IS 182 (71.48% from 255) = 34.80%
BLUE value IS 222 (87.11% from 255) = 42.45%
R=22.75%
G=34.80%
B=42.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191822220.460.1800.13203.360.9566.86
Hex77B6DE2E120Dcb3d43
Octal167266336562201531375103
Binary111011110110110110111101011101001001101110010111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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