#79C0DD

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

Shades of Seagull #79C0DD

Tints of Seagull #79C0DD

Color information

#79C0DD (or 0x79C0DD) is unknown color: approx Seagull. HEX triplet: 79, C0 and DD. RGB value is (121,192,221). Sum of RGB (Red+Green+Blue) = 121+192+221=534 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.66% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #79C0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79C0DD is #863F22. Grayscale: #ADADAD. Windows color (decimal): -8797987 or 14532729. OLE color: 14532729.

HSL color Cylindrical-coordinate representation of color #79C0DD: hue angle of 197.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79C0DD is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB121192221-
CMYK0.450.1300.13
HSL197.4º59.52%67.06%-
HSV(B)197.4º45.25%86.67%-
XYZ39.7946.9875.38-
YUV174.08154.4890.14-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.66%
GREEN value IS 192 (75.39% from 255) = 35.96%
BLUE value IS 221 (86.72% from 255) = 41.39%
R=22.66%
G=35.96%
B=41.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1211922210.450.1300.13197.459.5267.06
Hex79C0DD2DD0Dc53c43
Octal171300335551501530574103
Binary11110011100000011011101101101110101101110001011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79C0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,192,221); }

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

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

 a { background-color: rgb(121,192,221); }

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

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

 span { border-color: rgb(121,192,221); }

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