#7EB1CA

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

Shades of Seagull #7EB1CA

Tints of Seagull #7EB1CA

Color information

#7EB1CA (or 0x7EB1CA) is unknown color: approx Seagull. HEX triplet: 7E, B1 and CA. RGB value is (126,177,202). Sum of RGB (Red+Green+Blue) = 126+177+202=505 (66% of max value = 765). Red value is 126 (49.61% from 255 or 24.95% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #7EB1CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EB1CA is #814E35. Grayscale: #A4A4A4. Windows color (decimal): -8474166 or 13283710. OLE color: 13283710.

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

Color convert

RGB126177202-
CMYK0.380.1200.21
HSL199.74º41.76%64.31%-
HSV(B)199.74º37.62%79.22%-
XYZ34.9940.1461.78-
YUV164.6149.1100.47-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.95%
GREEN value IS 177 (69.53% from 255) = 35.05%
BLUE value IS 202 (79.30% from 255) = 40%
R=24.95%
G=35.05%
B=40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1261772020.380.1200.21199.7441.7664.31
Hex7EB1CA26C015c82a40
Octal176261312461402531052100
Binary111111010110001110010101001101100010101110010001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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