#77BFD2

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

Shades of Seagull #77BFD2

Tints of Seagull #77BFD2

Color information

#77BFD2 (or 0x77BFD2) is unknown color: approx Seagull. HEX triplet: 77, BF and D2. RGB value is (119,191,210). Sum of RGB (Red+Green+Blue) = 119+191+210=520 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.88% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 210 (82.42% from 255 or 40.38% from 520); Max value from RGB is 210 - color contains mainly: blue. Hex color #77BFD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BFD2 is #88402D. Grayscale: #ABABAB. Windows color (decimal): -8929326 or 13811575. OLE color: 13811575.

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

Color convert

RGB119191210-
CMYK0.430.0900.18
HSL192.53º50.28%64.51%-
HSV(B)192.53º43.33%82.35%-
XYZ37.8745.8467.82-
YUV171.64149.6590.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.88%
GREEN value IS 191 (75% from 255) = 36.73%
BLUE value IS 210 (82.42% from 255) = 40.38%
R=22.88%
G=36.73%
B=40.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1191912100.430.0900.18192.5350.2864.51
Hex77BFD22B9012c13241
Octal167277322531102230162101
Binary111011110111111110100101010111001010010110000011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,191,210); }

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

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

 a { background-color: rgb(119,191,210); }

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

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

 span { border-color: rgb(119,191,210); }

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