#79ACCD

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

Shades of Seagull #79ACCD

Tints of Seagull #79ACCD

Color information

#79ACCD (or 0x79ACCD) is unknown color: approx Seagull. HEX triplet: 79, AC and CD. RGB value is (121,172,205). Sum of RGB (Red+Green+Blue) = 121+172+205=498 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.30% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #79ACCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ACCD is #865332. Grayscale: #A0A0A0. Windows color (decimal): -8803123 or 13479033. OLE color: 13479033.

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

Color convert

RGB121172205-
CMYK0.410.1600.20
HSL203.57º45.65%63.92%-
HSV(B)203.57º40.98%80.39%-
XYZ33.6637.9863.31-
YUV160.51153.199.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.30%
GREEN value IS 172 (67.58% from 255) = 34.54%
BLUE value IS 205 (80.47% from 255) = 41.16%
R=24.30%
G=34.54%
B=41.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1211722050.410.1600.20203.5745.6563.92
Hex79ACCD2910014cc2e40
Octal171254315512002431456100
Binary1111001101011001100110110100110000010100110011001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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