#7EBDDF

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

Shades of Seagull #7EBDDF

Tints of Seagull #7EBDDF

Color information

#7EBDDF (or 0x7EBDDF) is unknown color: approx Seagull. HEX triplet: 7E, BD and DF. RGB value is (126,189,223). Sum of RGB (Red+Green+Blue) = 126+189+223=538 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.42% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #7EBDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBDDF is #814220. Grayscale: #ADADAD. Windows color (decimal): -8471073 or 14663038. OLE color: 14663038.

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

Color convert

RGB126189223-
CMYK0.430.1500.13
HSL201.03º60.25%68.43%-
HSV(B)201.03º43.5%87.45%-
XYZ40.1246.1676.61-
YUV174.04155.6393.74-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.42%
GREEN value IS 189 (74.22% from 255) = 35.13%
BLUE value IS 223 (87.5% from 255) = 41.45%
R=23.42%
G=35.13%
B=41.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1261892230.430.1500.13201.0360.2568.43
Hex7EBDDF2BF0Dc93c44
Octal176275337531701531174104
Binary11111101011110111011111101011111101101110010011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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