Shades of Seagull #7EBBE1
Tints of Seagull #7EBBE1
RGB
CMYK
RGB Variations
Color information
#7EBBE1 (or 0x7EBBE1) is known color: Seagull. HEX triplet: 7E, BB and E1. RGB value is (126,187,225). Sum of RGB (Red+Green+Blue) = 126+187+225=538 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.42% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 225 (88.28% from 255 or 41.82% from 538); Max value from RGB is 225 - color contains mainly: blue. Hex color #7EBBE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBBE1 is #81441E. Grayscale: #ACACAC. Windows color (decimal): -8471583 or 14793598. OLE color: 14793598.
HSL color Cylindrical-coordinate representation of color #7EBBE1: hue angle of 203.03º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EBBE1 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 126 | 187 | 225 | - |
| CMYK | 0.44 | 0.17 | 0 | 0.12 |
| HSL | 203.03º | 0.62% | 0.69% | - |
| HSV(B) | 203.03º | 0.44% | 0.88% | - |
| XYZ | 39.97 | 45.41 | 77.89 | - |
| YUV | 173.09 | 157.29 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 187 | 225 | 0.44 | 0.17 | 0 | 0.12 | 203.03 | 0.62 | 0.69 |
| Hex | 7E | BB | E1 | 2C | 11 | 0 | C | CB | 3E | 45 |
| Octal | 176 | 273 | 341 | 54 | 21 | 0 | 14 | 313 | 76 | 105 |
| Binary | 1111110 | 10111011 | 11100001 | 101100 | 10001 | 0 | 1100 | 11001011 | 111110 | 1000101 |
Color Harmonies of #7EBBE1
Complementary color
Monochromatic Colors of #7EBBE1
Black with #7EBBE1
Text Example
Text Example
White with #7EBBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBBE1; }
p { color: rgb(126,187,225); }
H1.HeaderClassName
{
color: #7EBBE1;
}
.AnyTagClassName
{
color: #7EBBE1;
}
</style>
background-color css
<style>
a { background-color: #7EBBE1; }
a { background-color: rgb(126,187,225); }
div.DivClassName
{
background-color: #7EBBE1;
}
.BgClassName
{
background-color: #7EBBE1;
}
</style>
border-color css
<style>
span { border-color: #7EBBE1; }
span { border-color: rgb(126,187,225); }
td.TdClassName
{
border-color: #7EBBE1;
}
.TagClassName
{
border-color: #7EBBE1;
}
</style>