Shades of Seagull #8FBACF
Tints of Seagull #8FBACF
RGB
CMYK
RGB Variations
Color information
#8FBACF (or 0x8FBACF) is known color: Seagull. HEX triplet: 8F, BA and CF. RGB value is (143,186,207). Sum of RGB (Red+Green+Blue) = 143+186+207=536 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.68% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #8FBACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBACF is #704530. Grayscale: #AFAFAF. Windows color (decimal): -7357745 or 13613711. OLE color: 13613711.
HSL color Cylindrical-coordinate representation of color #8FBACF: hue angle of 199.69º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FBACF is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 186 | 207 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.19 |
| HSL | 199.69º | 0.4% | 0.69% | - |
| HSV(B) | 199.69º | 0.31% | 0.81% | - |
| XYZ | 40.15 | 45.46 | 65.69 | - |
| YUV | 175.54 | 145.75 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 186 | 207 | 0.31 | 0.10 | 0 | 0.19 | 199.69 | 0.4 | 0.69 |
| Hex | 8F | BA | CF | 1F | A | 0 | 13 | C8 | 28 | 45 |
| Octal | 217 | 272 | 317 | 37 | 12 | 0 | 23 | 310 | 50 | 105 |
| Binary | 10001111 | 10111010 | 11001111 | 11111 | 1010 | 0 | 10011 | 11001000 | 101000 | 1000101 |
Color Harmonies of #8FBACF
Complementary color
Monochromatic Colors of #8FBACF
Black with #8FBACF
Text Example
Text Example
White with #8FBACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBACF; }
p { color: rgb(143,186,207); }
H1.HeaderClassName
{
color: #8FBACF;
}
.AnyTagClassName
{
color: #8FBACF;
}
</style>
background-color css
<style>
a { background-color: #8FBACF; }
a { background-color: rgb(143,186,207); }
div.DivClassName
{
background-color: #8FBACF;
}
.BgClassName
{
background-color: #8FBACF;
}
</style>
border-color css
<style>
span { border-color: #8FBACF; }
span { border-color: rgb(143,186,207); }
td.TdClassName
{
border-color: #8FBACF;
}
.TagClassName
{
border-color: #8FBACF;
}
</style>