Shades of Seagull #8FBECB
Tints of Seagull #8FBECB
RGB
CMYK
RGB Variations
Color information
#8FBECB (or 0x8FBECB) is known color: Seagull. HEX triplet: 8F, BE and CB. RGB value is (143,190,203). Sum of RGB (Red+Green+Blue) = 143+190+203=536 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.68% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #8FBECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBECB is #704134. Grayscale: #B1B1B1. Windows color (decimal): -7356725 or 13352591. OLE color: 13352591.
HSL color Cylindrical-coordinate representation of color #8FBECB: hue angle of 193º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FBECB is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 190 | 203 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.20 |
| HSL | 193º | 0.37% | 0.68% | - |
| HSV(B) | 193º | 0.3% | 0.8% | - |
| XYZ | 40.52 | 46.98 | 63.43 | - |
| YUV | 177.43 | 142.43 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 190 | 203 | 0.30 | 0.06 | 0 | 0.20 | 193 | 0.37 | 0.68 |
| Hex | 8F | BE | CB | 1E | 6 | 0 | 14 | C1 | 25 | 44 |
| Octal | 217 | 276 | 313 | 36 | 6 | 0 | 24 | 301 | 45 | 104 |
| Binary | 10001111 | 10111110 | 11001011 | 11110 | 110 | 0 | 10100 | 11000001 | 100101 | 1000100 |
Color Harmonies of #8FBECB
Complementary color
Monochromatic Colors of #8FBECB
Black with #8FBECB
Text Example
Text Example
White with #8FBECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBECB; }
p { color: rgb(143,190,203); }
H1.HeaderClassName
{
color: #8FBECB;
}
.AnyTagClassName
{
color: #8FBECB;
}
</style>
background-color css
<style>
a { background-color: #8FBECB; }
a { background-color: rgb(143,190,203); }
div.DivClassName
{
background-color: #8FBECB;
}
.BgClassName
{
background-color: #8FBECB;
}
</style>
border-color css
<style>
span { border-color: #8FBECB; }
span { border-color: rgb(143,190,203); }
td.TdClassName
{
border-color: #8FBECB;
}
.TagClassName
{
border-color: #8FBECB;
}
</style>