#78BAD8

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

Shades of Seagull #78BAD8

Tints of Seagull #78BAD8

Color information

#78BAD8 (or 0x78BAD8) is unknown color: approx Seagull. HEX triplet: 78, BA and D8. RGB value is (120,186,216). Sum of RGB (Red+Green+Blue) = 120+186+216=522 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.99% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 216 (84.77% from 255 or 41.38% from 522); Max value from RGB is 216 - color contains mainly: blue. Hex color #78BAD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BAD8 is #874527. Grayscale: #A9A9A9. Windows color (decimal): -8865064 or 14203512. OLE color: 14203512.

HSL color Cylindrical-coordinate representation of color #78BAD8: hue angle of 198.75º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78BAD8 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB120186216-
CMYK0.440.1400.15
HSL198.75º55.17%65.88%-
HSV(B)198.75º44.44%84.71%-
XYZ37.744.0771.48-
YUV169.69154.1392.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.99%
GREEN value IS 186 (73.05% from 255) = 35.63%
BLUE value IS 216 (84.77% from 255) = 41.38%
R=22.99%
G=35.63%
B=41.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1201862160.440.1400.15198.7555.1765.88
Hex78BAD82CE0Fc73742
Octal170272330541601730767102
Binary11110001011101011011000101100111001111110001111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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