#7EB9CE

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

Shades of Seagull #7EB9CE

Tints of Seagull #7EB9CE

Color information

#7EB9CE (or 0x7EB9CE) is unknown color: approx Seagull. HEX triplet: 7E, B9 and CE. RGB value is (126,185,206). Sum of RGB (Red+Green+Blue) = 126+185+206=517 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.37% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #7EB9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EB9CE is #814631. Grayscale: #A9A9A9. Windows color (decimal): -8472114 or 13547902. OLE color: 13547902.

HSL color Cylindrical-coordinate representation of color #7EB9CE: hue angle of 195.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7EB9CE is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB126185206-
CMYK0.390.1000.19
HSL195.75º44.94%65.1%-
HSV(B)195.75º38.83%80.78%-
XYZ37.0943.5964.85-
YUV169.75148.4596.79-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.37%
GREEN value IS 185 (72.66% from 255) = 35.78%
BLUE value IS 206 (80.86% from 255) = 39.85%
R=24.37%
G=35.78%
B=39.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1261852060.390.1000.19195.7544.9465.1
Hex7EB9CE27A013c42d41
Octal176271316471202330455101
Binary111111010111001110011101001111010010011110001001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,185,206); }

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

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

 a { background-color: rgb(126,185,206); }

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

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

 span { border-color: rgb(126,185,206); }

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