#79BFCF

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

Shades of Seagull #79BFCF

Tints of Seagull #79BFCF

Color information

#79BFCF (or 0x79BFCF) is unknown color: approx Seagull. HEX triplet: 79, BF and CF. RGB value is (121,191,207). Sum of RGB (Red+Green+Blue) = 121+191+207=519 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.31% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #79BFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BFCF is #864030. Grayscale: #ABABAB. Windows color (decimal): -8798257 or 13614969. OLE color: 13614969.

HSL color Cylindrical-coordinate representation of color #79BFCF: hue angle of 191.16º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79BFCF is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB121191207-
CMYK0.420.0800.19
HSL191.16º47.25%64.31%-
HSV(B)191.16º41.55%81.18%-
XYZ37.7845.8365.89-
YUV171.89147.8191.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.31%
GREEN value IS 191 (75% from 255) = 36.80%
BLUE value IS 207 (81.25% from 255) = 39.88%
R=23.31%
G=36.80%
B=39.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1211912070.420.0800.19191.1647.2564.31
Hex79BFCF2A8013bf2f40
Octal171277317521002327757100
Binary111100110111111110011111010101000010011101111111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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