#78B3CD

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

Shades of Seagull #78B3CD

Tints of Seagull #78B3CD

Color information

#78B3CD (or 0x78B3CD) is unknown color: approx Seagull. HEX triplet: 78, B3 and CD. RGB value is (120,179,205). Sum of RGB (Red+Green+Blue) = 120+179+205=504 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.81% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #78B3CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B3CD is #874C32. Grayscale: #A4A4A4. Windows color (decimal): -8866867 or 13480824. OLE color: 13480824.

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

Color convert

RGB120179205-
CMYK0.410.1300.20
HSL198.35º45.95%63.73%-
HSV(B)198.35º41.46%80.39%-
XYZ34.8940.6463.76-
YUV164.32150.9596.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.81%
GREEN value IS 179 (70.31% from 255) = 35.52%
BLUE value IS 205 (80.47% from 255) = 40.67%
R=23.81%
G=35.52%
B=40.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1201792050.410.1300.20198.3545.9563.73
Hex78B3CD29D014c62e40
Octal170263315511502430656100
Binary111100010110011110011011010011101010100110001101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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