Shades of Seagull #8FBCCC
Tints of Seagull #8FBCCC
RGB
CMYK
RGB Variations
Color information
#8FBCCC (or 0x8FBCCC) is known color: Seagull. HEX triplet: 8F, BC and CC. RGB value is (143,188,204). Sum of RGB (Red+Green+Blue) = 143+188+204=535 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.73% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #8FBCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBCCC is #704333. Grayscale: #B0B0B0. Windows color (decimal): -7357236 or 13417615. OLE color: 13417615.
HSL color Cylindrical-coordinate representation of color #8FBCCC: hue angle of 195.74º 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 #8FBCCC is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 188 | 204 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.2 |
| HSL | 195.74º | 0.37% | 0.68% | - |
| HSV(B) | 195.74º | 0.3% | 0.8% | - |
| XYZ | 40.21 | 46.17 | 63.92 | - |
| YUV | 176.37 | 143.59 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 204 | 0.30 | 0.08 | 0 | 0.2 | 195.74 | 0.37 | 0.68 |
| Hex | 8F | BC | CC | 1E | 8 | 0 | 14 | C4 | 25 | 44 |
| Octal | 217 | 274 | 314 | 36 | 10 | 0 | 24 | 304 | 45 | 104 |
| Binary | 10001111 | 10111100 | 11001100 | 11110 | 1000 | 0 | 10100 | 11000100 | 100101 | 1000100 |
Color Harmonies of #8FBCCC
Complementary color
Monochromatic Colors of #8FBCCC
Black with #8FBCCC
Text Example
Text Example
White with #8FBCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBCCC; }
p { color: rgb(143,188,204); }
H1.HeaderClassName
{
color: #8FBCCC;
}
.AnyTagClassName
{
color: #8FBCCC;
}
</style>
background-color css
<style>
a { background-color: #8FBCCC; }
a { background-color: rgb(143,188,204); }
div.DivClassName
{
background-color: #8FBCCC;
}
.BgClassName
{
background-color: #8FBCCC;
}
</style>
border-color css
<style>
span { border-color: #8FBCCC; }
span { border-color: rgb(143,188,204); }
td.TdClassName
{
border-color: #8FBCCC;
}
.TagClassName
{
border-color: #8FBCCC;
}
</style>