Shades of Seagull #7EBADB
Tints of Seagull #7EBADB
RGB
CMYK
RGB Variations
Color information
#7EBADB (or 0x7EBADB) is known color: Seagull. HEX triplet: 7E, BA and DB. RGB value is (126,186,219). Sum of RGB (Red+Green+Blue) = 126+186+219=531 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.73% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #7EBADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBADB is #814524. Grayscale: #ABABAB. Windows color (decimal): -8471845 or 14400126. OLE color: 14400126.
HSL color Cylindrical-coordinate representation of color #7EBADB: hue angle of 201.29º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EBADB is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 186 | 219 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.14 |
| HSL | 201.29º | 0.56% | 0.68% | - |
| HSV(B) | 201.29º | 0.42% | 0.86% | - |
| XYZ | 38.95 | 44.67 | 73.59 | - |
| YUV | 171.82 | 154.62 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 186 | 219 | 0.42 | 0.15 | 0 | 0.14 | 201.29 | 0.56 | 0.68 |
| Hex | 7E | BA | DB | 2A | F | 0 | E | C9 | 38 | 44 |
| Octal | 176 | 272 | 333 | 52 | 17 | 0 | 16 | 311 | 70 | 104 |
| Binary | 1111110 | 10111010 | 11011011 | 101010 | 1111 | 0 | 1110 | 11001001 | 111000 | 1000100 |
Color Harmonies of #7EBADB
Complementary color
Monochromatic Colors of #7EBADB
Black with #7EBADB
Text Example
Text Example
White with #7EBADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBADB; }
p { color: rgb(126,186,219); }
H1.HeaderClassName
{
color: #7EBADB;
}
.AnyTagClassName
{
color: #7EBADB;
}
</style>
background-color css
<style>
a { background-color: #7EBADB; }
a { background-color: rgb(126,186,219); }
div.DivClassName
{
background-color: #7EBADB;
}
.BgClassName
{
background-color: #7EBADB;
}
</style>
border-color css
<style>
span { border-color: #7EBADB; }
span { border-color: rgb(126,186,219); }
td.TdClassName
{
border-color: #7EBADB;
}
.TagClassName
{
border-color: #7EBADB;
}
</style>