#7EBAD7

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

Shades of Seagull #7EBAD7

Tints of Seagull #7EBAD7

Color information

#7EBAD7 (or 0x7EBAD7) is unknown color: approx Seagull. HEX triplet: 7E, BA and D7. RGB value is (126,186,215). Sum of RGB (Red+Green+Blue) = 126+186+215=527 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.91% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 215 (84.38% from 255 or 40.80% from 527); Max value from RGB is 215 - color contains mainly: blue. Hex color #7EBAD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBAD7 is #814528. Grayscale: #ABABAB. Windows color (decimal): -8471849 or 14137982. OLE color: 14137982.

HSL color Cylindrical-coordinate representation of color #7EBAD7: hue angle of 199.55º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7EBAD7 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB126186215-
CMYK0.410.1300.16
HSL199.55º52.66%66.86%-
HSV(B)199.55º41.4%84.31%-
XYZ38.4344.4670.85-
YUV171.37152.6295.64-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.91%
GREEN value IS 186 (73.05% from 255) = 35.29%
BLUE value IS 215 (84.38% from 255) = 40.80%
R=23.91%
G=35.29%
B=40.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1261862150.410.1300.16199.5552.6666.86
Hex7EBAD729D010c83543
Octal176272327511502031065103
Binary111111010111010110101111010011101010000110010001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,186,215); }

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

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

 a { background-color: rgb(126,186,215); }

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

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

 span { border-color: rgb(126,186,215); }

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