Shades of Seagull #7EBACC
Tints of Seagull #7EBACC
RGB
CMYK
RGB Variations
Color information
#7EBACC (or 0x7EBACC) is known color: Seagull. HEX triplet: 7E, BA and CC. RGB value is (126,186,204). Sum of RGB (Red+Green+Blue) = 126+186+204=516 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.42% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #7EBACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBACC is #814533. Grayscale: #A9A9A9. Windows color (decimal): -8471860 or 13417086. OLE color: 13417086.
HSL color Cylindrical-coordinate representation of color #7EBACC: hue angle of 193.85º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7EBACC is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 126 | 186 | 204 | - |
| CMYK | 0.38 | 0.09 | 0 | 0.2 |
| HSL | 193.85º | 0.43% | 0.65% | - |
| HSV(B) | 193.85º | 0.38% | 0.8% | - |
| XYZ | 37.06 | 43.91 | 63.65 | - |
| YUV | 170.11 | 147.12 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 186 | 204 | 0.38 | 0.09 | 0 | 0.2 | 193.85 | 0.43 | 0.65 |
| Hex | 7E | BA | CC | 26 | 9 | 0 | 14 | C2 | 2B | 41 |
| Octal | 176 | 272 | 314 | 46 | 11 | 0 | 24 | 302 | 53 | 101 |
| Binary | 1111110 | 10111010 | 11001100 | 100110 | 1001 | 0 | 10100 | 11000010 | 101011 | 1000001 |
Color Harmonies of #7EBACC
Complementary color
Monochromatic Colors of #7EBACC
Black with #7EBACC
Text Example
Text Example
White with #7EBACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBACC; }
p { color: rgb(126,186,204); }
H1.HeaderClassName
{
color: #7EBACC;
}
.AnyTagClassName
{
color: #7EBACC;
}
</style>
background-color css
<style>
a { background-color: #7EBACC; }
a { background-color: rgb(126,186,204); }
div.DivClassName
{
background-color: #7EBACC;
}
.BgClassName
{
background-color: #7EBACC;
}
</style>
border-color css
<style>
span { border-color: #7EBACC; }
span { border-color: rgb(126,186,204); }
td.TdClassName
{
border-color: #7EBACC;
}
.TagClassName
{
border-color: #7EBACC;
}
</style>