#7EBAD1

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

Shades of Seagull #7EBAD1

Tints of Seagull #7EBAD1

Color information

#7EBAD1 (or 0x7EBAD1) is unknown color: approx Seagull. HEX triplet: 7E, BA and D1. RGB value is (126,186,209). Sum of RGB (Red+Green+Blue) = 126+186+209=521 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.18% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #7EBAD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBAD1 is #81452E. Grayscale: #AAAAAA. Windows color (decimal): -8471855 or 13744766. OLE color: 13744766.

HSL color Cylindrical-coordinate representation of color #7EBAD1: hue angle of 196.63º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7EBAD1 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB126186209-
CMYK0.400.1100.18
HSL196.63º47.43%65.69%-
HSV(B)196.63º39.71%81.96%-
XYZ37.6744.1666.86-
YUV170.68149.6296.13-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.18%
GREEN value IS 186 (73.05% from 255) = 35.70%
BLUE value IS 209 (82.03% from 255) = 40.12%
R=24.18%
G=35.70%
B=40.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1261862090.400.1100.18196.6347.4365.69
Hex7EBAD128B012c52f42
Octal176272321501302230557102
Binary111111010111010110100011010001011010010110001011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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