#79BFCD

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

Shades of Seagull #79BFCD

Tints of Seagull #79BFCD

Color information

#79BFCD (or 0x79BFCD) is unknown color: approx Seagull. HEX triplet: 79, BF and CD. RGB value is (121,191,205). Sum of RGB (Red+Green+Blue) = 121+191+205=517 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.40% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #79BFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BFCD is #864032. Grayscale: #ABABAB. Windows color (decimal): -8798259 or 13483897. OLE color: 13483897.

HSL color Cylindrical-coordinate representation of color #79BFCD: hue angle of 190º 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 #79BFCD is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB121191205-
CMYK0.410.0700.20
HSL190º45.65%63.92%-
HSV(B)190º40.98%80.39%-
XYZ37.5445.7364.61-
YUV171.67146.8191.86-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.40%
GREEN value IS 191 (75% from 255) = 36.94%
BLUE value IS 205 (80.47% from 255) = 39.65%
R=23.40%
G=36.94%
B=39.65%

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
Decimal1211912050.410.0700.2019045.6563.92
Hex79BFCD297014be2e40
Octal17127731551702427656100
Binary11110011011111111001101101001111010100101111101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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