#7EBDD0

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

Shades of Seagull #7EBDD0

Tints of Seagull #7EBDD0

Color information

#7EBDD0 (or 0x7EBDD0) is unknown color: approx Seagull. HEX triplet: 7E, BD and D0. RGB value is (126,189,208). Sum of RGB (Red+Green+Blue) = 126+189+208=523 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.09% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 208 - color contains mainly: blue. Hex color #7EBDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBDD0 is #81422F. Grayscale: #ACACAC. Windows color (decimal): -8471088 or 13679998. OLE color: 13679998.

HSL color Cylindrical-coordinate representation of color #7EBDD0: hue angle of 193.9º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7EBDD0 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB126189208-
CMYK0.390.0900.18
HSL193.9º46.59%65.49%-
HSV(B)193.9º39.42%81.57%-
XYZ38.1945.3866.42-
YUV172.33148.1394.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.09%
GREEN value IS 189 (74.22% from 255) = 36.14%
BLUE value IS 208 (81.64% from 255) = 39.77%
R=24.09%
G=36.14%
B=39.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1261892080.390.0900.18193.946.5965.49
Hex7EBDD0279012c22f41
Octal176275320471102230257101
Binary111111010111101110100001001111001010010110000101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,189,208); }

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

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

 a { background-color: rgb(126,189,208); }

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

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

 span { border-color: rgb(126,189,208); }

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