#78adcd

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

Shades of Seagull #78ADCD

Tints of Seagull #78ADCD

Color information

#78ADCD (or 0x78ADCD) is unknown color: approx Seagull. HEX triplet: 78, AD and CD. RGB value is (120,173,205). Sum of RGB (Red+Green+Blue) = 120+173+205=498 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.10% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #78ADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ADCD is #875232. Grayscale: #A0A0A0. Windows color (decimal): -8868403 or 13479288. OLE color: 13479288.

HSL color Cylindrical-coordinate representation of color #78ADCD: hue angle of 202.59º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78ADCD is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB120173205-
CMYK0.410.1600.20
HSL202.59º45.95%63.73%-
HSV(B)202.59º41.46%80.39%-
XYZ33.7138.2963.37-
YUV160.8152.9498.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.10%
GREEN value IS 173 (67.97% from 255) = 34.74%
BLUE value IS 205 (80.47% from 255) = 41.16%
R=24.10%
G=34.74%
B=41.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1201732050.410.1600.20202.5945.9563.73
Hex78ADCD2910014cb2e40
Octal170255315512002431356100
Binary1111000101011011100110110100110000010100110010111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78adcd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,173,205); }

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

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

 a { background-color: rgb(120,173,205); }

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

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

 span { border-color: rgb(120,173,205); }

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