#79BAD1

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

Shades of Seagull #79BAD1

Tints of Seagull #79BAD1

Color information

#79BAD1 (or 0x79BAD1) is unknown color: approx Seagull. HEX triplet: 79, BA and D1. RGB value is (121,186,209). Sum of RGB (Red+Green+Blue) = 121+186+209=516 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.45% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 209 (82.03% from 255 or 40.50% from 516); Max value from RGB is 209 - color contains mainly: blue. Hex color #79BAD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BAD1 is #86452E. Grayscale: #A9A9A9. Windows color (decimal): -8799535 or 13744761. OLE color: 13744761.

HSL color Cylindrical-coordinate representation of color #79BAD1: hue angle of 195.68º degrees, saturation: 0.49, 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 #79BAD1 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB121186209-
CMYK0.420.1100.18
HSL195.68º48.89%64.71%-
HSV(B)195.68º42.11%81.96%-
XYZ36.9543.7966.83-
YUV169.19150.4793.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.45%
GREEN value IS 186 (73.05% from 255) = 36.05%
BLUE value IS 209 (82.03% from 255) = 40.50%
R=23.45%
G=36.05%
B=40.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1211862090.420.1100.18195.6848.8964.71
Hex79BAD12AB012c43141
Octal171272321521302230461101
Binary111100110111010110100011010101011010010110001001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,186,209); }

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

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

 a { background-color: rgb(121,186,209); }

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

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

 span { border-color: rgb(121,186,209); }

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