#7EBCE2

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

Shades of Seagull #7EBCE2

Tints of Seagull #7EBCE2

Color information

#7EBCE2 (or 0x7EBCE2) is unknown color: approx Seagull. HEX triplet: 7E, BC and E2. RGB value is (126,188,226). Sum of RGB (Red+Green+Blue) = 126+188+226=540 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.33% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 226 (88.67% from 255 or 41.85% from 540); Max value from RGB is 226 - color contains mainly: blue. Hex color #7EBCE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBCE2 is #81431D. Grayscale: #ADADAD. Windows color (decimal): -8471326 or 14859390. OLE color: 14859390.

HSL color Cylindrical-coordinate representation of color #7EBCE2: hue angle of 202.8º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EBCE2 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB126188226-
CMYK0.440.1700.11
HSL202.8º63.29%69.02%-
HSV(B)202.8º44.25%88.63%-
XYZ40.3145.8978.68-
YUV173.79157.4693.91-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.33%
GREEN value IS 188 (73.83% from 255) = 34.81%
BLUE value IS 226 (88.67% from 255) = 41.85%
R=23.33%
G=34.81%
B=41.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1261882260.440.1700.11202.863.2969.02
Hex7EBCE22C110Bcb3f45
Octal176274342542101331377105
Binary111111010111100111000101011001000101011110010111111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,188,226); }

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

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

 a { background-color: rgb(126,188,226); }

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

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

 span { border-color: rgb(126,188,226); }

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