#78BDE1

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

Shades of Seagull #78BDE1

Tints of Seagull #78BDE1

Color information

#78BDE1 (or 0x78BDE1) is unknown color: approx Seagull. HEX triplet: 78, BD and E1. RGB value is (120,189,225). Sum of RGB (Red+Green+Blue) = 120+189+225=534 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.47% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 225 (88.28% from 255 or 42.13% from 534); Max value from RGB is 225 - color contains mainly: blue. Hex color #78BDE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BDE1 is #87421E. Grayscale: #ACACAC. Windows color (decimal): -8864287 or 14794104. OLE color: 14794104.

HSL color Cylindrical-coordinate representation of color #78BDE1: hue angle of 200.57º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78BDE1 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB120189225-
CMYK0.470.1600.12
HSL200.57º63.64%67.65%-
HSV(B)200.57º46.67%88.24%-
XYZ39.5345.8278-
YUV172.47157.6490.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.47%
GREEN value IS 189 (74.22% from 255) = 35.39%
BLUE value IS 225 (88.28% from 255) = 42.13%
R=22.47%
G=35.39%
B=42.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1201892250.470.1600.12200.5763.6467.65
Hex78BDE12F100Cc94044
Octal1702753415720014311100104
Binary1111000101111011110000110111110000011001100100110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,189,225); }

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

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

 a { background-color: rgb(120,189,225); }

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

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

 span { border-color: rgb(120,189,225); }

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