#78B7DE

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

Shades of Seagull #78B7DE

Tints of Seagull #78B7DE

Color information

#78B7DE (or 0x78B7DE) is unknown color: approx Seagull. HEX triplet: 78, B7 and DE. RGB value is (120,183,222). Sum of RGB (Red+Green+Blue) = 120+183+222=525 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.86% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #78B7DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B7DE is #874821. Grayscale: #A8A8A8. Windows color (decimal): -8865826 or 14595960. OLE color: 14595960.

HSL color Cylindrical-coordinate representation of color #78B7DE: hue angle of 202.94º degrees, saturation: 0.61, 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 #78B7DE is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB120183222-
CMYK0.460.1800.13
HSL202.94º60.71%67.06%-
HSV(B)202.94º45.95%87.06%-
XYZ37.8643.1375.44-
YUV168.61158.1393.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.86%
GREEN value IS 183 (71.88% from 255) = 34.86%
BLUE value IS 222 (87.11% from 255) = 42.29%
R=22.86%
G=34.86%
B=42.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1201832220.460.1800.13202.9460.7167.06
Hex78B7DE2E120Dcb3d43
Octal170267336562201531375103
Binary111100010110111110111101011101001001101110010111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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