#79BECD

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

Shades of Seagull #79BECD

Tints of Seagull #79BECD

Color information

#79BECD (or 0x79BECD) is unknown color: approx Seagull. HEX triplet: 79, BE and CD. RGB value is (121,190,205). Sum of RGB (Red+Green+Blue) = 121+190+205=516 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.45% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #79BECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BECD is #864132. Grayscale: #AAAAAA. Windows color (decimal): -8798515 or 13483641. OLE color: 13483641.

HSL color Cylindrical-coordinate representation of color #79BECD: hue angle of 190.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #79BECD is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB121190205-
CMYK0.410.0700.20
HSL190.71º45.65%63.92%-
HSV(B)190.71º40.98%80.39%-
XYZ37.3245.364.53-
YUV171.08147.1492.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.45%
GREEN value IS 190 (74.61% from 255) = 36.82%
BLUE value IS 205 (80.47% from 255) = 39.73%
R=23.45%
G=36.82%
B=39.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1211902050.410.0700.20190.7145.6563.92
Hex79BECD297014bf2e40
Octal17127631551702427756100
Binary11110011011111011001101101001111010100101111111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,190,205); }

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

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

 a { background-color: rgb(121,190,205); }

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

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

 span { border-color: rgb(121,190,205); }

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