#7EBACA

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

Shades of Seagull #7EBACA

Tints of Seagull #7EBACA

Color information

#7EBACA (or 0x7EBACA) is unknown color: approx Seagull. HEX triplet: 7E, BA and CA. RGB value is (126,186,202). Sum of RGB (Red+Green+Blue) = 126+186+202=514 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.51% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #7EBACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBACA is #814535. Grayscale: #A9A9A9. Windows color (decimal): -8471862 or 13286014. OLE color: 13286014.

HSL color Cylindrical-coordinate representation of color #7EBACA: hue angle of 192.63º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7EBACA is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB126186202-
CMYK0.380.0800.21
HSL192.63º41.76%64.31%-
HSV(B)192.63º37.62%79.22%-
XYZ36.8243.8262.39-
YUV169.88146.1296.7-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.51%
GREEN value IS 186 (73.05% from 255) = 36.19%
BLUE value IS 202 (79.30% from 255) = 39.30%
R=24.51%
G=36.19%
B=39.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1261862020.380.0800.21192.6341.7664.31
Hex7EBACA268015c12a40
Octal176272312461002530152100
Binary111111010111010110010101001101000010101110000011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EBACA; }

 p { color: rgb(126,186,202); }

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

<style>
 a { background-color: #7EBACA; }

 a { background-color: rgb(126,186,202); }

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

<style>
 span { border-color: #7EBACA; }

 span { border-color: rgb(126,186,202); }

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