#79ADCB

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

Shades of Seagull #79ADCB

Tints of Seagull #79ADCB

Color information

#79ADCB (or 0x79ADCB) is unknown color: approx Seagull. HEX triplet: 79, AD and CB. RGB value is (121,173,203). Sum of RGB (Red+Green+Blue) = 121+173+203=497 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.35% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #79ADCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ADCB is #865234. Grayscale: #A0A0A0. Windows color (decimal): -8802869 or 13348217. OLE color: 13348217.

HSL color Cylindrical-coordinate representation of color #79ADCB: hue angle of 201.95º 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 #79ADCB is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB121173203-
CMYK0.400.1500.20
HSL201.95º44.09%63.53%-
HSV(B)201.95º40.39%79.61%-
XYZ33.6138.2662.11-
YUV160.87151.7799.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.35%
GREEN value IS 173 (67.97% from 255) = 34.81%
BLUE value IS 203 (79.69% from 255) = 40.85%
R=24.35%
G=34.81%
B=40.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1211732030.400.1500.20201.9544.0963.53
Hex79ADCB28F014ca2c40
Octal171255313501702431254100
Binary111100110101101110010111010001111010100110010101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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