#7EB5CE

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

Shades of Seagull #7EB5CE

Tints of Seagull #7EB5CE

Color information

#7EB5CE (or 0x7EB5CE) is unknown color: approx Seagull. HEX triplet: 7E, B5 and CE. RGB value is (126,181,206). Sum of RGB (Red+Green+Blue) = 126+181+206=513 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.56% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #7EB5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EB5CE is #814A31. Grayscale: #A7A7A7. Windows color (decimal): -8473138 or 13546878. OLE color: 13546878.

HSL color Cylindrical-coordinate representation of color #7EB5CE: hue angle of 198.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 #7EB5CE is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB126181206-
CMYK0.390.1200.19
HSL198.75º44.94%65.1%-
HSV(B)198.75º38.83%80.78%-
XYZ36.2741.9464.58-
YUV167.4149.7898.47-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.56%
GREEN value IS 181 (71.09% from 255) = 35.28%
BLUE value IS 206 (80.86% from 255) = 40.16%
R=24.56%
G=35.28%
B=40.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1261812060.390.1200.19198.7544.9465.1
Hex7EB5CE27C013c72d41
Octal176265316471402330755101
Binary111111010110101110011101001111100010011110001111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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