#7EBEDD

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

Shades of Seagull #7EBEDD

Tints of Seagull #7EBEDD

Color information

#7EBEDD (or 0x7EBEDD) is unknown color: approx Seagull. HEX triplet: 7E, BE and DD. RGB value is (126,190,221). Sum of RGB (Red+Green+Blue) = 126+190+221=537 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.46% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #7EBEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBEDD is #814122. Grayscale: #AEAEAE. Windows color (decimal): -8470819 or 14532222. OLE color: 14532222.

HSL color Cylindrical-coordinate representation of color #7EBEDD: hue angle of 199.58º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EBEDD is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB126190221-
CMYK0.430.1400.13
HSL199.58º58.28%68.04%-
HSV(B)199.58º42.99%86.67%-
XYZ40.0746.4875.27-
YUV174.4154.393.48-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.46%
GREEN value IS 190 (74.61% from 255) = 35.38%
BLUE value IS 221 (86.72% from 255) = 41.15%
R=23.46%
G=35.38%
B=41.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1261902210.430.1400.13199.5858.2868.04
Hex7EBEDD2BE0Dc83a44
Octal176276335531601531072104
Binary11111101011111011011101101011111001101110010001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,190,221); }

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

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

 a { background-color: rgb(126,190,221); }

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

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

 span { border-color: rgb(126,190,221); }

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