#78bad0

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

Shades of Seagull #78BAD0

Tints of Seagull #78BAD0

Color information

#78BAD0 (or 0x78BAD0) is unknown color: approx Seagull. HEX triplet: 78, BA and D0. RGB value is (120,186,208). Sum of RGB (Red+Green+Blue) = 120+186+208=514 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.35% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 208 - color contains mainly: blue. Hex color #78BAD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BAD0 is #87452F. Grayscale: #A8A8A8. Windows color (decimal): -8865072 or 13679224. OLE color: 13679224.

HSL color Cylindrical-coordinate representation of color #78BAD0: hue angle of 195º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78BAD0 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB120186208-
CMYK0.420.1100.18
HSL195º48.35%64.31%-
HSV(B)195º42.31%81.57%-
XYZ36.6943.6666.17-
YUV168.77150.1393.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.35%
GREEN value IS 186 (73.05% from 255) = 36.19%
BLUE value IS 208 (81.64% from 255) = 40.47%
R=23.35%
G=36.19%
B=40.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1201862080.420.1100.1819548.3564.31
Hex78BAD02AB012c33040
Octal170272320521302230360100
Binary111100010111010110100001010101011010010110000111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78bad0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,186,208); }

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

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

 a { background-color: rgb(120,186,208); }

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

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

 span { border-color: rgb(120,186,208); }

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