#77BBDD

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

Shades of Seagull #77BBDD

Tints of Seagull #77BBDD

Color information

#77BBDD (or 0x77BBDD) is unknown color: approx Seagull. HEX triplet: 77, BB and DD. RGB value is (119,187,221). Sum of RGB (Red+Green+Blue) = 119+187+221=527 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.58% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #77BBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BBDD is #884422. Grayscale: #AAAAAA. Windows color (decimal): -8930339 or 14531447. OLE color: 14531447.

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

Color convert

RGB119187221-
CMYK0.460.1500.13
HSL200º60%66.67%-
HSV(B)200º46.15%86.67%-
XYZ38.4344.6875.01-
YUV170.54156.4791.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.58%
GREEN value IS 187 (73.44% from 255) = 35.48%
BLUE value IS 221 (86.72% from 255) = 41.94%
R=22.58%
G=35.48%
B=41.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191872210.460.1500.132006066.67
Hex77BBDD2EF0Dc83c43
Octal167273335561701531074103
Binary11101111011101111011101101110111101101110010001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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