#78BCDA

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

Shades of Seagull #78BCDA

Tints of Seagull #78BCDA

Color information

#78BCDA (or 0x78BCDA) is unknown color: approx Seagull. HEX triplet: 78, BC and DA. RGB value is (120,188,218). Sum of RGB (Red+Green+Blue) = 120+188+218=526 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.81% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #78BCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BCDA is #874325. Grayscale: #AAAAAA. Windows color (decimal): -8864550 or 14335096. OLE color: 14335096.

HSL color Cylindrical-coordinate representation of color #78BCDA: hue angle of 198.37º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78BCDA is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB120188218-
CMYK0.450.1400.15
HSL198.37º56.98%66.27%-
HSV(B)198.37º44.95%85.49%-
XYZ38.3845.0273-
YUV171.09154.4791.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.81%
GREEN value IS 188 (73.83% from 255) = 35.74%
BLUE value IS 218 (85.55% from 255) = 41.44%
R=22.81%
G=35.74%
B=41.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1201882180.450.1400.15198.3756.9866.27
Hex78BCDA2DE0Fc63942
Octal170274332551601730671102
Binary11110001011110011011010101101111001111110001101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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