#7EB9CB

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

Shades of Seagull #7EB9CB

Tints of Seagull #7EB9CB

Color information

#7EB9CB (or 0x7EB9CB) is unknown color: approx Seagull. HEX triplet: 7E, B9 and CB. RGB value is (126,185,203). Sum of RGB (Red+Green+Blue) = 126+185+203=514 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.51% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #7EB9CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EB9CB is #814634. Grayscale: #A9A9A9. Windows color (decimal): -8472117 or 13351294. OLE color: 13351294.

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

Color convert

RGB126185203-
CMYK0.380.0900.20
HSL194.03º42.54%64.51%-
HSV(B)194.03º37.93%79.61%-
XYZ36.7343.4562.95-
YUV169.41146.9597.04-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.51%
GREEN value IS 185 (72.66% from 255) = 35.99%
BLUE value IS 203 (79.69% from 255) = 39.49%
R=24.51%
G=35.99%
B=39.49%

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
Decimal1261852030.380.0900.20194.0342.5464.51
Hex7EB9CB269014c22b41
Octal176271313461102430253101
Binary111111010111001110010111001101001010100110000101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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