#79AFCB

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

Shades of Seagull #79AFCB

Tints of Seagull #79AFCB

Color information

#79AFCB (or 0x79AFCB) is unknown color: approx Seagull. HEX triplet: 79, AF and CB. RGB value is (121,175,203). Sum of RGB (Red+Green+Blue) = 121+175+203=499 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.25% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #79AFCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79AFCB is #865034. Grayscale: #A1A1A1. Windows color (decimal): -8802357 or 13348729. OLE color: 13348729.

HSL color Cylindrical-coordinate representation of color #79AFCB: hue angle of 200.49º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79AFCB is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB121175203-
CMYK0.400.1400.20
HSL200.49º44.09%63.53%-
HSV(B)200.49º40.39%79.61%-
XYZ33.9939.0462.24-
YUV162.05151.1198.72-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.25%
GREEN value IS 175 (68.75% from 255) = 35.07%
BLUE value IS 203 (79.69% from 255) = 40.68%
R=24.25%
G=35.07%
B=40.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1211752030.400.1400.20200.4944.0963.53
Hex79AFCB28E014c82c40
Octal171257313501602431054100
Binary111100110101111110010111010001110010100110010001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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