#78B5DB

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

Shades of Seagull #78B5DB

Tints of Seagull #78B5DB

Color information

#78B5DB (or 0x78B5DB) is unknown color: approx Seagull. HEX triplet: 78, B5 and DB. RGB value is (120,181,219). Sum of RGB (Red+Green+Blue) = 120+181+219=520 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.08% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #78B5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B5DB is #874A24. Grayscale: #A6A6A6. Windows color (decimal): -8866341 or 14398840. OLE color: 14398840.

HSL color Cylindrical-coordinate representation of color #78B5DB: hue angle of 203.03º 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 #78B5DB is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB120181219-
CMYK0.450.1700.14
HSL203.03º57.89%66.47%-
HSV(B)203.03º45.21%85.88%-
XYZ37.0642.1673.2-
YUV167.09157.2994.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.08%
GREEN value IS 181 (71.09% from 255) = 34.81%
BLUE value IS 219 (85.94% from 255) = 42.12%
R=23.08%
G=34.81%
B=42.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1201812190.450.1700.14203.0357.8966.47
Hex78B5DB2D110Ecb3a42
Octal170265333552101631372102
Binary111100010110101110110111011011000101110110010111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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