Shades of Seagull #8FBCCD
Tints of Seagull #8FBCCD
RGB
CMYK
RGB Variations
Color information
#8FBCCD (or 0x8FBCCD) is known color: Seagull. HEX triplet: 8F, BC and CD. RGB value is (143,188,205). Sum of RGB (Red+Green+Blue) = 143+188+205=536 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.68% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #8FBCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBCCD is #704332. Grayscale: #B0B0B0. Windows color (decimal): -7357235 or 13483151. OLE color: 13483151.
HSL color Cylindrical-coordinate representation of color #8FBCCD: hue angle of 196.45º degrees, saturation: 0.38, 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 #8FBCCD is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 188 | 205 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.20 |
| HSL | 196.45º | 0.38% | 0.68% | - |
| HSV(B) | 196.45º | 0.3% | 0.8% | - |
| XYZ | 40.33 | 46.21 | 64.55 | - |
| YUV | 176.48 | 144.09 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 205 | 0.30 | 0.08 | 0 | 0.20 | 196.45 | 0.38 | 0.68 |
| Hex | 8F | BC | CD | 1E | 8 | 0 | 14 | C4 | 26 | 44 |
| Octal | 217 | 274 | 315 | 36 | 10 | 0 | 24 | 304 | 46 | 104 |
| Binary | 10001111 | 10111100 | 11001101 | 11110 | 1000 | 0 | 10100 | 11000100 | 100110 | 1000100 |
Color Harmonies of #8FBCCD
Complementary color
Monochromatic Colors of #8FBCCD
Black with #8FBCCD
Text Example
Text Example
White with #8FBCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBCCD; }
p { color: rgb(143,188,205); }
H1.HeaderClassName
{
color: #8FBCCD;
}
.AnyTagClassName
{
color: #8FBCCD;
}
</style>
background-color css
<style>
a { background-color: #8FBCCD; }
a { background-color: rgb(143,188,205); }
div.DivClassName
{
background-color: #8FBCCD;
}
.BgClassName
{
background-color: #8FBCCD;
}
</style>
border-color css
<style>
span { border-color: #8FBCCD; }
span { border-color: rgb(143,188,205); }
td.TdClassName
{
border-color: #8FBCCD;
}
.TagClassName
{
border-color: #8FBCCD;
}
</style>