#78A9CD

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

Shades of Seagull #78A9CD

Tints of Seagull #78A9CD

Color information

#78A9CD (or 0x78A9CD) is unknown color: approx Seagull. HEX triplet: 78, A9 and CD. RGB value is (120,169,205). Sum of RGB (Red+Green+Blue) = 120+169+205=494 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.29% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #78A9CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A9CD is #875632. Grayscale: #9E9E9E. Windows color (decimal): -8869427 or 13478264. OLE color: 13478264.

HSL color Cylindrical-coordinate representation of color #78A9CD: hue angle of 205.41º 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 #78A9CD is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB120169205-
CMYK0.410.1800.20
HSL205.41º45.95%63.73%-
HSV(B)205.41º41.46%80.39%-
XYZ32.9536.7863.12-
YUV158.45154.27100.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.29%
GREEN value IS 169 (66.41% from 255) = 34.21%
BLUE value IS 205 (80.47% from 255) = 41.50%
R=24.29%
G=34.21%
B=41.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1201692050.410.1800.20205.4145.9563.73
Hex78A9CD2912014cd2e40
Octal170251315512202431556100
Binary1111000101010011100110110100110010010100110011011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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