Shades of Seagull #7EBEDC
Tints of Seagull #7EBEDC
RGB
CMYK
RGB Variations
Color information
#7EBEDC (or 0x7EBEDC) is known color: Seagull. HEX triplet: 7E, BE and DC. RGB value is (126,190,220). Sum of RGB (Red+Green+Blue) = 126+190+220=536 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.51% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #7EBEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBEDC is #814123. Grayscale: #AEAEAE. Windows color (decimal): -8470820 or 14466686. OLE color: 14466686.
HSL color Cylindrical-coordinate representation of color #7EBEDC: hue angle of 199.15º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EBEDC is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 190 | 220 | - |
| CMYK | 0.43 | 0.14 | 0 | 0.14 |
| HSL | 199.15º | 0.57% | 0.68% | - |
| HSV(B) | 199.15º | 0.43% | 0.86% | - |
| XYZ | 39.94 | 46.43 | 74.57 | - |
| YUV | 174.28 | 153.8 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 190 | 220 | 0.43 | 0.14 | 0 | 0.14 | 199.15 | 0.57 | 0.68 |
| Hex | 7E | BE | DC | 2B | E | 0 | E | C7 | 39 | 44 |
| Octal | 176 | 276 | 334 | 53 | 16 | 0 | 16 | 307 | 71 | 104 |
| Binary | 1111110 | 10111110 | 11011100 | 101011 | 1110 | 0 | 1110 | 11000111 | 111001 | 1000100 |
Color Harmonies of #7EBEDC
Complementary color
Monochromatic Colors of #7EBEDC
Black with #7EBEDC
Text Example
Text Example
White with #7EBEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBEDC; }
p { color: rgb(126,190,220); }
H1.HeaderClassName
{
color: #7EBEDC;
}
.AnyTagClassName
{
color: #7EBEDC;
}
</style>
background-color css
<style>
a { background-color: #7EBEDC; }
a { background-color: rgb(126,190,220); }
div.DivClassName
{
background-color: #7EBEDC;
}
.BgClassName
{
background-color: #7EBEDC;
}
</style>
border-color css
<style>
span { border-color: #7EBEDC; }
span { border-color: rgb(126,190,220); }
td.TdClassName
{
border-color: #7EBEDC;
}
.TagClassName
{
border-color: #7EBEDC;
}
</style>