Shades of Seagull #7EBED3
Tints of Seagull #7EBED3
RGB
CMYK
RGB Variations
Color information
#7EBED3 (or 0x7EBED3) is known color: Seagull. HEX triplet: 7E, BE and D3. RGB value is (126,190,211). Sum of RGB (Red+Green+Blue) = 126+190+211=527 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.91% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 211 (82.81% from 255 or 40.04% from 527); Max value from RGB is 211 - color contains mainly: blue. Hex color #7EBED3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBED3 is #81412C. Grayscale: #ADADAD. Windows color (decimal): -8470829 or 13876862. OLE color: 13876862.
HSL color Cylindrical-coordinate representation of color #7EBED3: hue angle of 194.82º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7EBED3 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 190 | 211 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.17 |
| HSL | 194.82º | 0.49% | 0.66% | - |
| HSV(B) | 194.82º | 0.4% | 0.83% | - |
| XYZ | 38.78 | 45.97 | 68.46 | - |
| YUV | 173.26 | 149.3 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 190 | 211 | 0.40 | 0.10 | 0 | 0.17 | 194.82 | 0.49 | 0.66 |
| Hex | 7E | BE | D3 | 28 | A | 0 | 11 | C3 | 31 | 42 |
| Octal | 176 | 276 | 323 | 50 | 12 | 0 | 21 | 303 | 61 | 102 |
| Binary | 1111110 | 10111110 | 11010011 | 101000 | 1010 | 0 | 10001 | 11000011 | 110001 | 1000010 |
Color Harmonies of #7EBED3
Complementary color
Monochromatic Colors of #7EBED3
Black with #7EBED3
Text Example
Text Example
White with #7EBED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBED3; }
p { color: rgb(126,190,211); }
H1.HeaderClassName
{
color: #7EBED3;
}
.AnyTagClassName
{
color: #7EBED3;
}
</style>
background-color css
<style>
a { background-color: #7EBED3; }
a { background-color: rgb(126,190,211); }
div.DivClassName
{
background-color: #7EBED3;
}
.BgClassName
{
background-color: #7EBED3;
}
</style>
border-color css
<style>
span { border-color: #7EBED3; }
span { border-color: rgb(126,190,211); }
td.TdClassName
{
border-color: #7EBED3;
}
.TagClassName
{
border-color: #7EBED3;
}
</style>