#7EBEDA

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

Shades of Seagull #7EBEDA

Tints of Seagull #7EBEDA

Color information

#7EBEDA (or 0x7EBEDA) is unknown color: approx Seagull. HEX triplet: 7E, BE and DA. RGB value is (126,190,218). Sum of RGB (Red+Green+Blue) = 126+190+218=534 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.60% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #7EBEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBEDA is #814125. Grayscale: #ADADAD. Windows color (decimal): -8470822 or 14335614. OLE color: 14335614.

HSL color Cylindrical-coordinate representation of color #7EBEDA: hue angle of 198.26º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EBEDA is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB126190218-
CMYK0.420.1300.15
HSL198.26º55.42%67.45%-
HSV(B)198.26º42.2%85.49%-
XYZ39.6746.3273.18-
YUV174.06152.893.72-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.60%
GREEN value IS 190 (74.61% from 255) = 35.58%
BLUE value IS 218 (85.55% from 255) = 40.82%
R=23.60%
G=35.58%
B=40.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1261902180.420.1300.15198.2655.4267.45
Hex7EBEDA2AD0Fc63743
Octal176276332521501730667103
Binary11111101011111011011010101010110101111110001101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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