#7EB3CA

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

Shades of Seagull #7EB3CA

Tints of Seagull #7EB3CA

Color information

#7EB3CA (or 0x7EB3CA) is unknown color: approx Seagull. HEX triplet: 7E, B3 and CA. RGB value is (126,179,202). Sum of RGB (Red+Green+Blue) = 126+179+202=507 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.85% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #7EB3CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EB3CA is #814C35. Grayscale: #A5A5A5. Windows color (decimal): -8473654 or 13284222. OLE color: 13284222.

HSL color Cylindrical-coordinate representation of color #7EB3CA: hue angle of 198.16º 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 #7EB3CA is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB126179202-
CMYK0.380.1100.21
HSL198.16º41.76%64.31%-
HSV(B)198.16º37.62%79.22%-
XYZ35.3840.9461.91-
YUV165.77148.4499.63-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.85%
GREEN value IS 179 (70.31% from 255) = 35.31%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=24.85%
G=35.31%
B=39.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1261792020.380.1100.21198.1641.7664.31
Hex7EB3CA26B015c62a40
Octal176263312461302530652100
Binary111111010110011110010101001101011010101110001101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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