Shades of Seagull #8FBCCB
Tints of Seagull #8FBCCB
RGB
CMYK
RGB Variations
Color information
#8FBCCB (or 0x8FBCCB) is known color: Seagull. HEX triplet: 8F, BC and CB. RGB value is (143,188,203). Sum of RGB (Red+Green+Blue) = 143+188+203=534 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.78% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #8FBCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBCCB is #704334. Grayscale: #B0B0B0. Windows color (decimal): -7357237 or 13352079. OLE color: 13352079.
HSL color Cylindrical-coordinate representation of color #8FBCCB: hue angle of 195º 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 #8FBCCB is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 188 | 203 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.20 |
| HSL | 195º | 0.37% | 0.68% | - |
| HSV(B) | 195º | 0.3% | 0.8% | - |
| XYZ | 40.09 | 46.12 | 63.29 | - |
| YUV | 176.26 | 143.09 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 203 | 0.30 | 0.07 | 0 | 0.20 | 195 | 0.37 | 0.68 |
| Hex | 8F | BC | CB | 1E | 7 | 0 | 14 | C3 | 25 | 44 |
| Octal | 217 | 274 | 313 | 36 | 7 | 0 | 24 | 303 | 45 | 104 |
| Binary | 10001111 | 10111100 | 11001011 | 11110 | 111 | 0 | 10100 | 11000011 | 100101 | 1000100 |
Color Harmonies of #8FBCCB
Complementary color
Monochromatic Colors of #8FBCCB
Black with #8FBCCB
Text Example
Text Example
White with #8FBCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBCCB; }
p { color: rgb(143,188,203); }
H1.HeaderClassName
{
color: #8FBCCB;
}
.AnyTagClassName
{
color: #8FBCCB;
}
</style>
background-color css
<style>
a { background-color: #8FBCCB; }
a { background-color: rgb(143,188,203); }
div.DivClassName
{
background-color: #8FBCCB;
}
.BgClassName
{
background-color: #8FBCCB;
}
</style>
border-color css
<style>
span { border-color: #8FBCCB; }
span { border-color: rgb(143,188,203); }
td.TdClassName
{
border-color: #8FBCCB;
}
.TagClassName
{
border-color: #8FBCCB;
}
</style>