#79AFCA

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

Shades of Seagull #79AFCA

Tints of Seagull #79AFCA

Color information

#79AFCA (or 0x79AFCA) is unknown color: approx Seagull. HEX triplet: 79, AF and CA. RGB value is (121,175,202). Sum of RGB (Red+Green+Blue) = 121+175+202=498 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.30% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #79AFCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79AFCA is #865035. Grayscale: #A1A1A1. Windows color (decimal): -8802358 or 13283193. OLE color: 13283193.

HSL color Cylindrical-coordinate representation of color #79AFCA: hue angle of 200º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79AFCA is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB121175202-
CMYK0.400.1300.21
HSL200º43.32%63.33%-
HSV(B)200º40.1%79.22%-
XYZ33.8838.9961.62-
YUV161.93150.6198.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.30%
GREEN value IS 175 (68.75% from 255) = 35.14%
BLUE value IS 202 (79.30% from 255) = 40.56%
R=24.30%
G=35.14%
B=40.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1211752020.400.1300.2120043.3263.33
Hex79AFCA28D015c82b3f
Octal17125731250150253105377
Binary11110011010111111001010101000110101010111001000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,175,202); }

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

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

 a { background-color: rgb(121,175,202); }

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

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

 span { border-color: rgb(121,175,202); }

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