Shades of Seagull #7EBBDD
Tints of Seagull #7EBBDD
RGB
CMYK
RGB Variations
Color information
#7EBBDD (or 0x7EBBDD) is known color: Seagull. HEX triplet: 7E, BB and DD. RGB value is (126,187,221). Sum of RGB (Red+Green+Blue) = 126+187+221=534 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.60% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #7EBBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBBDD is #814422. Grayscale: #ACACAC. Windows color (decimal): -8471587 or 14531454. OLE color: 14531454.
HSL color Cylindrical-coordinate representation of color #7EBBDD: hue angle of 201.47º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EBBDD is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 187 | 221 | - |
| CMYK | 0.43 | 0.15 | 0 | 0.13 |
| HSL | 201.47º | 0.58% | 0.68% | - |
| HSV(B) | 201.47º | 0.43% | 0.87% | - |
| XYZ | 39.43 | 45.2 | 75.05 | - |
| YUV | 172.64 | 155.29 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 187 | 221 | 0.43 | 0.15 | 0 | 0.13 | 201.47 | 0.58 | 0.68 |
| Hex | 7E | BB | DD | 2B | F | 0 | D | C9 | 3A | 44 |
| Octal | 176 | 273 | 335 | 53 | 17 | 0 | 15 | 311 | 72 | 104 |
| Binary | 1111110 | 10111011 | 11011101 | 101011 | 1111 | 0 | 1101 | 11001001 | 111010 | 1000100 |
Color Harmonies of #7EBBDD
Complementary color
Monochromatic Colors of #7EBBDD
Black with #7EBBDD
Text Example
Text Example
White with #7EBBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBBDD; }
p { color: rgb(126,187,221); }
H1.HeaderClassName
{
color: #7EBBDD;
}
.AnyTagClassName
{
color: #7EBBDD;
}
</style>
background-color css
<style>
a { background-color: #7EBBDD; }
a { background-color: rgb(126,187,221); }
div.DivClassName
{
background-color: #7EBBDD;
}
.BgClassName
{
background-color: #7EBBDD;
}
</style>
border-color css
<style>
span { border-color: #7EBBDD; }
span { border-color: rgb(126,187,221); }
td.TdClassName
{
border-color: #7EBBDD;
}
.TagClassName
{
border-color: #7EBBDD;
}
</style>