#7EB7CB

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

Shades of Seagull #7EB7CB

Tints of Seagull #7EB7CB

Color information

#7EB7CB (or 0x7EB7CB) is unknown color: approx Seagull. HEX triplet: 7E, B7 and CB. RGB value is (126,183,203). Sum of RGB (Red+Green+Blue) = 126+183+203=512 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.61% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #7EB7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EB7CB is #814834. Grayscale: #A8A8A8. Windows color (decimal): -8472629 or 13350782. OLE color: 13350782.

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

Color convert

RGB126183203-
CMYK0.380.1000.20
HSL195.58º42.54%64.51%-
HSV(B)195.58º37.93%79.61%-
XYZ36.3242.6162.81-
YUV168.24147.6297.87-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.61%
GREEN value IS 183 (71.88% from 255) = 35.74%
BLUE value IS 203 (79.69% from 255) = 39.65%
R=24.61%
G=35.74%
B=39.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1261832030.380.1000.20195.5842.5464.51
Hex7EB7CB26A014c42b41
Octal176267313461202430453101
Binary111111010110111110010111001101010010100110001001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,183,203); }

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

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

 a { background-color: rgb(126,183,203); }

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

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

 span { border-color: rgb(126,183,203); }

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