#78AECB

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

Shades of Seagull #78AECB

Tints of Seagull #78AECB

Color information

#78AECB (or 0x78AECB) is unknown color: approx Seagull. HEX triplet: 78, AE and CB. RGB value is (120,174,203). Sum of RGB (Red+Green+Blue) = 120+174+203=497 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.14% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #78AECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AECB is #875134. Grayscale: #A0A0A0. Windows color (decimal): -8868149 or 13348472. OLE color: 13348472.

HSL color Cylindrical-coordinate representation of color #78AECB: hue angle of 200.96º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78AECB is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB120174203-
CMYK0.410.1400.20
HSL200.96º44.39%63.33%-
HSV(B)200.96º40.89%79.61%-
XYZ33.6638.5862.17-
YUV161.16151.6198.64-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.14%
GREEN value IS 174 (68.36% from 255) = 35.01%
BLUE value IS 203 (79.69% from 255) = 40.85%
R=24.14%
G=35.01%
B=40.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1201742030.410.1400.20200.9644.3963.33
Hex78AECB29E014c92c3f
Octal17025631351160243115477
Binary11110001010111011001011101001111001010011001001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,174,203); }

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

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

 a { background-color: rgb(120,174,203); }

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

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

 span { border-color: rgb(120,174,203); }

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