#79B5CD

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

Shades of Seagull #79B5CD

Tints of Seagull #79B5CD

Color information

#79B5CD (or 0x79B5CD) is unknown color: approx Seagull. HEX triplet: 79, B5 and CD. RGB value is (121,181,205). Sum of RGB (Red+Green+Blue) = 121+181+205=507 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.87% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #79B5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79B5CD is #864A32. Grayscale: #A5A5A5. Windows color (decimal): -8800819 or 13481337. OLE color: 13481337.

HSL color Cylindrical-coordinate representation of color #79B5CD: hue angle of 197.14º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #79B5CD is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB121181205-
CMYK0.410.1200.20
HSL197.14º45.65%63.92%-
HSV(B)197.14º40.98%80.39%-
XYZ35.4341.5263.9-
YUV165.8150.1296.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.87%
GREEN value IS 181 (71.09% from 255) = 35.70%
BLUE value IS 205 (80.47% from 255) = 40.43%
R=23.87%
G=35.70%
B=40.43%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1211812050.410.1200.20197.1445.6563.92
Hex79B5CD29C014c52e40
Octal171265315511402430556100
Binary111100110110101110011011010011100010100110001011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,181,205); }

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

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

 a { background-color: rgb(121,181,205); }

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

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

 span { border-color: rgb(121,181,205); }

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