Shades of Seagull #7EBBCB
Tints of Seagull #7EBBCB
RGB
CMYK
RGB Variations
Color information
#7EBBCB (or 0x7EBBCB) is known color: Seagull. HEX triplet: 7E, BB and CB. RGB value is (126,187,203). Sum of RGB (Red+Green+Blue) = 126+187+203=516 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.42% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #7EBBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBBCB is #814434. Grayscale: #AAAAAA. Windows color (decimal): -8471605 or 13351806. OLE color: 13351806.
HSL color Cylindrical-coordinate representation of color #7EBBCB: hue angle of 192.47º 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 #7EBBCB is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 187 | 203 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.20 |
| HSL | 192.47º | 0.43% | 0.65% | - |
| HSV(B) | 192.47º | 0.38% | 0.8% | - |
| XYZ | 37.15 | 44.29 | 63.09 | - |
| YUV | 170.59 | 146.29 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 187 | 203 | 0.38 | 0.08 | 0 | 0.20 | 192.47 | 0.43 | 0.65 |
| Hex | 7E | BB | CB | 26 | 8 | 0 | 14 | C0 | 2B | 41 |
| Octal | 176 | 273 | 313 | 46 | 10 | 0 | 24 | 300 | 53 | 101 |
| Binary | 1111110 | 10111011 | 11001011 | 100110 | 1000 | 0 | 10100 | 11000000 | 101011 | 1000001 |
Color Harmonies of #7EBBCB
Complementary color
Monochromatic Colors of #7EBBCB
Black with #7EBBCB
Text Example
Text Example
White with #7EBBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBBCB; }
p { color: rgb(126,187,203); }
H1.HeaderClassName
{
color: #7EBBCB;
}
.AnyTagClassName
{
color: #7EBBCB;
}
</style>
background-color css
<style>
a { background-color: #7EBBCB; }
a { background-color: rgb(126,187,203); }
div.DivClassName
{
background-color: #7EBBCB;
}
.BgClassName
{
background-color: #7EBBCB;
}
</style>
border-color css
<style>
span { border-color: #7EBBCB; }
span { border-color: rgb(126,187,203); }
td.TdClassName
{
border-color: #7EBBCB;
}
.TagClassName
{
border-color: #7EBBCB;
}
</style>