Shades of Seagull #8FBDCB
Tints of Seagull #8FBDCB
RGB
CMYK
RGB Variations
Color information
#8FBDCB (or 0x8FBDCB) is known color: Seagull. HEX triplet: 8F, BD and CB. RGB value is (143,189,203). Sum of RGB (Red+Green+Blue) = 143+189+203=535 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.73% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 203 - color contains mainly: blue. Hex color #8FBDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBDCB is #704234. Grayscale: #B0B0B0. Windows color (decimal): -7356981 or 13352335. OLE color: 13352335.
HSL color Cylindrical-coordinate representation of color #8FBDCB: hue angle of 194º 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 #8FBDCB is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 189 | 203 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.20 |
| HSL | 194º | 0.37% | 0.68% | - |
| HSV(B) | 194º | 0.3% | 0.8% | - |
| XYZ | 40.3 | 46.55 | 63.36 | - |
| YUV | 176.84 | 142.76 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 189 | 203 | 0.30 | 0.07 | 0 | 0.20 | 194 | 0.37 | 0.68 |
| Hex | 8F | BD | CB | 1E | 7 | 0 | 14 | C2 | 25 | 44 |
| Octal | 217 | 275 | 313 | 36 | 7 | 0 | 24 | 302 | 45 | 104 |
| Binary | 10001111 | 10111101 | 11001011 | 11110 | 111 | 0 | 10100 | 11000010 | 100101 | 1000100 |
Color Harmonies of #8FBDCB
Complementary color
Monochromatic Colors of #8FBDCB
Black with #8FBDCB
Text Example
Text Example
White with #8FBDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBDCB; }
p { color: rgb(143,189,203); }
H1.HeaderClassName
{
color: #8FBDCB;
}
.AnyTagClassName
{
color: #8FBDCB;
}
</style>
background-color css
<style>
a { background-color: #8FBDCB; }
a { background-color: rgb(143,189,203); }
div.DivClassName
{
background-color: #8FBDCB;
}
.BgClassName
{
background-color: #8FBDCB;
}
</style>
border-color css
<style>
span { border-color: #8FBDCB; }
span { border-color: rgb(143,189,203); }
td.TdClassName
{
border-color: #8FBDCB;
}
.TagClassName
{
border-color: #8FBDCB;
}
</style>