#78B9CD

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

Shades of Seagull #78B9CD

Tints of Seagull #78B9CD

Color information

#78B9CD (or 0x78B9CD) is unknown color: approx Seagull. HEX triplet: 78, B9 and CD. RGB value is (120,185,205). Sum of RGB (Red+Green+Blue) = 120+185+205=510 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.53% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #78B9CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B9CD is #874632. Grayscale: #A7A7A7. Windows color (decimal): -8865331 or 13482360. OLE color: 13482360.

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

Color convert

RGB120185205-
CMYK0.410.1000.20
HSL194.12º45.95%63.73%-
HSV(B)194.12º41.46%80.39%-
XYZ36.1143.164.17-
YUV167.84148.9793.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.53%
GREEN value IS 185 (72.66% from 255) = 36.27%
BLUE value IS 205 (80.47% from 255) = 40.20%
R=23.53%
G=36.27%
B=40.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1201852050.410.1000.20194.1245.9563.73
Hex78B9CD29A014c22e40
Octal170271315511202430256100
Binary111100010111001110011011010011010010100110000101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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