#7EB4CD

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

Shades of Seagull #7EB4CD

Tints of Seagull #7EB4CD

Color information

#7EB4CD (or 0x7EB4CD) is unknown color: approx Seagull. HEX triplet: 7E, B4 and CD. RGB value is (126,180,205). Sum of RGB (Red+Green+Blue) = 126+180+205=511 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.66% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #7EB4CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EB4CD is #814B32. Grayscale: #A6A6A6. Windows color (decimal): -8473395 or 13481086. OLE color: 13481086.

HSL color Cylindrical-coordinate representation of color #7EB4CD: hue angle of 198.99º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7EB4CD is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB126180205-
CMYK0.390.1200.20
HSL198.99º44.13%64.9%-
HSV(B)198.99º38.54%80.39%-
XYZ35.9441.4963.87-
YUV166.7149.6198.97-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.66%
GREEN value IS 180 (70.70% from 255) = 35.23%
BLUE value IS 205 (80.47% from 255) = 40.12%
R=24.66%
G=35.23%
B=40.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1261802050.390.1200.20198.9944.1364.9
Hex7EB4CD27C014c72c41
Octal176264315471402430754101
Binary111111010110100110011011001111100010100110001111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,180,205); }

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

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

 a { background-color: rgb(126,180,205); }

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

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

 span { border-color: rgb(126,180,205); }

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