#78BCCF

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

Shades of Seagull #78BCCF

Tints of Seagull #78BCCF

Color information

#78BCCF (or 0x78BCCF) is unknown color: approx Seagull. HEX triplet: 78, BC and CF. RGB value is (120,188,207). Sum of RGB (Red+Green+Blue) = 120+188+207=515 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.30% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #78BCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BCCF is #874330. Grayscale: #A9A9A9. Windows color (decimal): -8864561 or 13614200. OLE color: 13614200.

HSL color Cylindrical-coordinate representation of color #78BCCF: hue angle of 193.1º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78BCCF is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB120188207-
CMYK0.420.0900.19
HSL193.1º47.54%64.12%-
HSV(B)193.1º42.03%81.18%-
XYZ36.9944.4665.66-
YUV169.83148.9792.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.30%
GREEN value IS 188 (73.83% from 255) = 36.50%
BLUE value IS 207 (81.25% from 255) = 40.19%
R=23.30%
G=36.50%
B=40.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1201882070.420.0900.19193.147.5464.12
Hex78BCCF2A9013c13040
Octal170274317521102330160100
Binary111100010111100110011111010101001010011110000011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,188,207); }

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

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

 a { background-color: rgb(120,188,207); }

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

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

 span { border-color: rgb(120,188,207); }

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