#78AFD1

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

Shades of Seagull #78AFD1

Tints of Seagull #78AFD1

Color information

#78AFD1 (or 0x78AFD1) is unknown color: approx Seagull. HEX triplet: 78, AF and D1. RGB value is (120,175,209). Sum of RGB (Red+Green+Blue) = 120+175+209=504 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.81% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 209 - color contains mainly: blue. Hex color #78AFD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AFD1 is #87502E. Grayscale: #A2A2A2. Windows color (decimal): -8867887 or 13741944. OLE color: 13741944.

HSL color Cylindrical-coordinate representation of color #78AFD1: hue angle of 202.92º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78AFD1 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB120175209-
CMYK0.430.1600.18
HSL202.92º49.17%64.51%-
HSV(B)202.92º42.58%81.96%-
XYZ34.5839.2666.08-
YUV162.43154.2897.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.81%
GREEN value IS 175 (68.75% from 255) = 34.72%
BLUE value IS 209 (82.03% from 255) = 41.47%
R=23.81%
G=34.72%
B=41.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1201752090.430.1600.18202.9249.1764.51
Hex78AFD12B10012cb3141
Octal170257321532002231361101
Binary1111000101011111101000110101110000010010110010111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78AFD1; }

 p { color: rgb(120,175,209); }

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

<style>
 a { background-color: #78AFD1; }

 a { background-color: rgb(120,175,209); }

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

<style>
 span { border-color: #78AFD1; }

 span { border-color: rgb(120,175,209); }

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