#78B7DD

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

Shades of Seagull #78B7DD

Tints of Seagull #78B7DD

Color information

#78B7DD (or 0x78B7DD) is unknown color: approx Seagull. HEX triplet: 78, B7 and DD. RGB value is (120,183,221). Sum of RGB (Red+Green+Blue) = 120+183+221=524 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.90% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #78B7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B7DD is #874822. Grayscale: #A8A8A8. Windows color (decimal): -8865827 or 14530424. OLE color: 14530424.

HSL color Cylindrical-coordinate representation of color #78B7DD: hue angle of 202.57º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78B7DD is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB120183221-
CMYK0.460.1700.13
HSL202.57º59.76%66.86%-
HSV(B)202.57º45.7%86.67%-
XYZ37.7343.0874.73-
YUV168.5157.6393.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.90%
GREEN value IS 183 (71.88% from 255) = 34.92%
BLUE value IS 221 (86.72% from 255) = 42.18%
R=22.90%
G=34.92%
B=42.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1201832210.460.1700.13202.5759.7666.86
Hex78B7DD2E110Dcb3c43
Octal170267335562101531374103
Binary111100010110111110111011011101000101101110010111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,183,221); }

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

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

 a { background-color: rgb(120,183,221); }

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

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

 span { border-color: rgb(120,183,221); }

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