#78B1D2

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

Shades of Seagull #78B1D2

Tints of Seagull #78B1D2

Color information

#78B1D2 (or 0x78B1D2) is unknown color: approx Seagull. HEX triplet: 78, B1 and D2. RGB value is (120,177,210). Sum of RGB (Red+Green+Blue) = 120+177+210=507 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.67% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 210 (82.42% from 255 or 41.42% from 507); Max value from RGB is 210 - color contains mainly: blue. Hex color #78B1D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78B1D2 is #874E2D. Grayscale: #A3A3A3. Windows color (decimal): -8867374 or 13807992. OLE color: 13807992.

HSL color Cylindrical-coordinate representation of color #78B1D2: hue angle of 202º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78B1D2 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB120177210-
CMYK0.430.1600.18
HSL202º50%64.71%-
HSV(B)202º42.86%82.35%-
XYZ35.140.0966.86-
YUV163.72154.1296.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.67%
GREEN value IS 177 (69.53% from 255) = 34.91%
BLUE value IS 210 (82.42% from 255) = 41.42%
R=23.67%
G=34.91%
B=41.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1201772100.430.1600.182025064.71
Hex78B1D22B10012ca3241
Octal170261322532002231262101
Binary1111000101100011101001010101110000010010110010101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,177,210); }

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

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

 a { background-color: rgb(120,177,210); }

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

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

 span { border-color: rgb(120,177,210); }

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