#7EB8DD

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

Shades of Seagull #7EB8DD

Tints of Seagull #7EB8DD

Color information

#7EB8DD (or 0x7EB8DD) is unknown color: approx Seagull. HEX triplet: 7E, B8 and DD. RGB value is (126,184,221). Sum of RGB (Red+Green+Blue) = 126+184+221=531 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.73% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #7EB8DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EB8DD is #814722. Grayscale: #AAAAAA. Windows color (decimal): -8472355 or 14530686. OLE color: 14530686.

HSL color Cylindrical-coordinate representation of color #7EB8DD: hue angle of 203.37º 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 #7EB8DD is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB126184221-
CMYK0.430.1700.13
HSL203.37º58.28%68.04%-
HSV(B)203.37º42.99%86.67%-
XYZ38.843.9474.84-
YUV170.88156.2895.99-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.73%
GREEN value IS 184 (72.27% from 255) = 34.65%
BLUE value IS 221 (86.72% from 255) = 41.62%
R=23.73%
G=34.65%
B=41.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1261842210.430.1700.13203.3758.2868.04
Hex7EB8DD2B110Dcb3a44
Octal176270335532101531372104
Binary111111010111000110111011010111000101101110010111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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