#78BDDB

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

Shades of Seagull #78BDDB

Tints of Seagull #78BDDB

Color information

#78BDDB (or 0x78BDDB) is unknown color: approx Seagull. HEX triplet: 78, BD and DB. RGB value is (120,189,219). Sum of RGB (Red+Green+Blue) = 120+189+219=528 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.73% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #78BDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BDDB is #874224. Grayscale: #ABABAB. Windows color (decimal): -8864293 or 14400888. OLE color: 14400888.

HSL color Cylindrical-coordinate representation of color #78BDDB: hue angle of 198.18º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78BDDB is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB120189219-
CMYK0.450.1400.14
HSL198.18º57.89%66.47%-
HSV(B)198.18º45.21%85.88%-
XYZ38.7345.573.76-
YUV171.79154.6491.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.73%
GREEN value IS 189 (74.22% from 255) = 35.80%
BLUE value IS 219 (85.94% from 255) = 41.48%
R=22.73%
G=35.80%
B=41.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1201892190.450.1400.14198.1857.8966.47
Hex78BDDB2DE0Ec63a42
Octal170275333551601630672102
Binary11110001011110111011011101101111001110110001101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,189,219); }

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

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

 a { background-color: rgb(120,189,219); }

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

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

 span { border-color: rgb(120,189,219); }

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