#79B0D2

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

Shades of Seagull #79B0D2

Tints of Seagull #79B0D2

Color information

#79B0D2 (or 0x79B0D2) is unknown color: approx Seagull. HEX triplet: 79, B0 and D2. RGB value is (121,176,210). Sum of RGB (Red+Green+Blue) = 121+176+210=507 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.87% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 210 (82.42% from 255 or 41.42% from 507); Max value from RGB is 210 - color contains mainly: blue. Hex color #79B0D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79B0D2 is #864F2D. Grayscale: #A3A3A3. Windows color (decimal): -8802094 or 13807737. OLE color: 13807737.

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

Color convert

RGB121176210-
CMYK0.420.1600.18
HSL202.92º49.72%64.9%-
HSV(B)202.92º42.38%82.35%-
XYZ35.0439.7766.8-
YUV163.43154.2897.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.87%
GREEN value IS 176 (69.14% from 255) = 34.71%
BLUE value IS 210 (82.42% from 255) = 41.42%
R=23.87%
G=34.71%
B=41.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1211762100.420.1600.18202.9249.7264.9
Hex79B0D22A10012cb3241
Octal171260322522002231362101
Binary1111001101100001101001010101010000010010110010111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79B0D2; }

 p { color: rgb(121,176,210); }

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

<style>
 a { background-color: #79B0D2; }

 a { background-color: rgb(121,176,210); }

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

<style>
 span { border-color: #79B0D2; }

 span { border-color: rgb(121,176,210); }

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