#7EB6CB

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

Shades of Seagull #7EB6CB

Tints of Seagull #7EB6CB

Color information

#7EB6CB (or 0x7EB6CB) is unknown color: approx Seagull. HEX triplet: 7E, B6 and CB. RGB value is (126,182,203). Sum of RGB (Red+Green+Blue) = 126+182+203=511 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.66% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #7EB6CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EB6CB is #814934. Grayscale: #A7A7A7. Windows color (decimal): -8472885 or 13350526. OLE color: 13350526.

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

Color convert

RGB126182203-
CMYK0.380.1000.20
HSL196.36º42.54%64.51%-
HSV(B)196.36º37.93%79.61%-
XYZ36.1142.262.74-
YUV167.65147.9598.29-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.66%
GREEN value IS 182 (71.48% from 255) = 35.62%
BLUE value IS 203 (79.69% from 255) = 39.73%
R=24.66%
G=35.62%
B=39.73%

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
Decimal1261822030.380.1000.20196.3642.5464.51
Hex7EB6CB26A014c42b41
Octal176266313461202430453101
Binary111111010110110110010111001101010010100110001001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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