#79B4CF

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

Shades of Seagull #79B4CF

Tints of Seagull #79B4CF

Color information

#79B4CF (or 0x79B4CF) is unknown color: approx Seagull. HEX triplet: 79, B4 and CF. RGB value is (121,180,207). Sum of RGB (Red+Green+Blue) = 121+180+207=508 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.82% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #79B4CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79B4CF is #864B30. Grayscale: #A5A5A5. Windows color (decimal): -8801073 or 13612153. OLE color: 13612153.

HSL color Cylindrical-coordinate representation of color #79B4CF: hue angle of 198.84º 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 #79B4CF is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB121180207-
CMYK0.420.1300.19
HSL198.84º47.25%64.31%-
HSV(B)198.84º41.55%81.18%-
XYZ35.4741.2165.12-
YUV165.44151.4596.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.82%
GREEN value IS 180 (70.70% from 255) = 35.43%
BLUE value IS 207 (81.25% from 255) = 40.75%
R=23.82%
G=35.43%
B=40.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1211802070.420.1300.19198.8447.2564.31
Hex79B4CF2AD013c72f40
Octal171264317521502330757100
Binary111100110110100110011111010101101010011110001111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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