#79B2D6

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

Shades of Seagull #79B2D6

Tints of Seagull #79B2D6

Color information

#79B2D6 (or 0x79B2D6) is unknown color: approx Seagull. HEX triplet: 79, B2 and D6. RGB value is (121,178,214). Sum of RGB (Red+Green+Blue) = 121+178+214=513 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.59% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 214 (83.98% from 255 or 41.72% from 513); Max value from RGB is 214 - color contains mainly: blue. Hex color #79B2D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79B2D6 is #864D29. Grayscale: #A4A4A4. Windows color (decimal): -8801578 or 14070393. OLE color: 14070393.

HSL color Cylindrical-coordinate representation of color #79B2D6: hue angle of 203.23º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #79B2D6 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB121178214-
CMYK0.430.1700.16
HSL203.23º53.14%65.69%-
HSV(B)203.23º43.46%83.92%-
XYZ35.9440.7669.59-
YUV165.06155.6296.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.59%
GREEN value IS 178 (69.92% from 255) = 34.70%
BLUE value IS 214 (83.98% from 255) = 41.72%
R=23.59%
G=34.70%
B=41.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1211782140.430.1700.16203.2353.1465.69
Hex79B2D62B11010cb3542
Octal171262326532102031365102
Binary1111001101100101101011010101110001010000110010111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,178,214); }

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

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

 a { background-color: rgb(121,178,214); }

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

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

 span { border-color: rgb(121,178,214); }

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