#79BCD0

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

Shades of Seagull #79BCD0

Tints of Seagull #79BCD0

Color information

#79BCD0 (or 0x79BCD0) is unknown color: approx Seagull. HEX triplet: 79, BC and D0. RGB value is (121,188,208). Sum of RGB (Red+Green+Blue) = 121+188+208=517 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.40% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 208 - color contains mainly: blue. Hex color #79BCD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BCD0 is #86432F. Grayscale: #AAAAAA. Windows color (decimal): -8799024 or 13679737. OLE color: 13679737.

HSL color Cylindrical-coordinate representation of color #79BCD0: hue angle of 193.79º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79BCD0 is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB121188208-
CMYK0.420.1000.18
HSL193.79º48.07%64.51%-
HSV(B)193.79º41.83%81.57%-
XYZ37.2544.5966.32-
YUV170.25149.392.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.40%
GREEN value IS 188 (73.83% from 255) = 36.36%
BLUE value IS 208 (81.64% from 255) = 40.23%
R=23.40%
G=36.36%
B=40.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1211882080.420.1000.18193.7948.0764.51
Hex79BCD02AA012c23041
Octal171274320521202230260101
Binary111100110111100110100001010101010010010110000101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,188,208); }

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

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

 a { background-color: rgb(121,188,208); }

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

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

 span { border-color: rgb(121,188,208); }

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