Shades of Seagull #7FBACB
Tints of Seagull #7FBACB
RGB
CMYK
RGB Variations
Color information
#7FBACB (or 0x7FBACB) is known color: Seagull. HEX triplet: 7F, BA and CB. RGB value is (127,186,203). Sum of RGB (Red+Green+Blue) = 127+186+203=516 (68% of max value = 765). Red value is 127 (50% from 255 or 24.61% from 516); Green value is 186 (73.05% from 255 or 36.05% 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 #7FBACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBACB is #804534. Grayscale: #AAAAAA. Windows color (decimal): -8406325 or 13351551. OLE color: 13351551.
HSL color Cylindrical-coordinate representation of color #7FBACB: hue angle of 193.42º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FBACB is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 186 | 203 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.20 |
| HSL | 193.42º | 0.42% | 0.65% | - |
| HSV(B) | 193.42º | 0.37% | 0.8% | - |
| XYZ | 37.09 | 43.94 | 63.03 | - |
| YUV | 170.3 | 146.45 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 186 | 203 | 0.37 | 0.08 | 0 | 0.20 | 193.42 | 0.42 | 0.65 |
| Hex | 7F | BA | CB | 25 | 8 | 0 | 14 | C1 | 2A | 41 |
| Octal | 177 | 272 | 313 | 45 | 10 | 0 | 24 | 301 | 52 | 101 |
| Binary | 1111111 | 10111010 | 11001011 | 100101 | 1000 | 0 | 10100 | 11000001 | 101010 | 1000001 |
Color Harmonies of #7FBACB
Complementary color
Monochromatic Colors of #7FBACB
Black with #7FBACB
Text Example
Text Example
White with #7FBACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBACB; }
p { color: rgb(127,186,203); }
H1.HeaderClassName
{
color: #7FBACB;
}
.AnyTagClassName
{
color: #7FBACB;
}
</style>
background-color css
<style>
a { background-color: #7FBACB; }
a { background-color: rgb(127,186,203); }
div.DivClassName
{
background-color: #7FBACB;
}
.BgClassName
{
background-color: #7FBACB;
}
</style>
border-color css
<style>
span { border-color: #7FBACB; }
span { border-color: rgb(127,186,203); }
td.TdClassName
{
border-color: #7FBACB;
}
.TagClassName
{
border-color: #7FBACB;
}
</style>