#7EB8CB

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

Shades of Seagull #7EB8CB

Tints of Seagull #7EB8CB

Color information

#7EB8CB (or 0x7EB8CB) is unknown color: approx Seagull. HEX triplet: 7E, B8 and CB. RGB value is (126,184,203). Sum of RGB (Red+Green+Blue) = 126+184+203=513 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.56% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #7EB8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EB8CB is #814734. Grayscale: #A8A8A8. Windows color (decimal): -8472373 or 13351038. OLE color: 13351038.

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

Color convert

RGB126184203-
CMYK0.380.0900.20
HSL194.81º42.54%64.51%-
HSV(B)194.81º37.93%79.61%-
XYZ36.5243.0362.88-
YUV168.82147.2897.46-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.56%
GREEN value IS 184 (72.27% from 255) = 35.87%
BLUE value IS 203 (79.69% from 255) = 39.57%
R=24.56%
G=35.87%
B=39.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1261842030.380.0900.20194.8142.5464.51
Hex7EB8CB269014c32b41
Octal176270313461102430353101
Binary111111010111000110010111001101001010100110000111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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