Shades of Seagull #8FBECD
Tints of Seagull #8FBECD
RGB
CMYK
RGB Variations
Color information
#8FBECD (or 0x8FBECD) is known color: Seagull. HEX triplet: 8F, BE and CD. RGB value is (143,190,205). Sum of RGB (Red+Green+Blue) = 143+190+205=538 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.58% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #8FBECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBECD is #704132. Grayscale: #B1B1B1. Windows color (decimal): -7356723 or 13483663. OLE color: 13483663.
HSL color Cylindrical-coordinate representation of color #8FBECD: hue angle of 194.52º 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 #8FBECD is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 190 | 205 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.20 |
| HSL | 194.52º | 0.38% | 0.68% | - |
| HSV(B) | 194.52º | 0.3% | 0.8% | - |
| XYZ | 40.76 | 47.07 | 64.7 | - |
| YUV | 177.66 | 143.43 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 190 | 205 | 0.30 | 0.07 | 0 | 0.20 | 194.52 | 0.38 | 0.68 |
| Hex | 8F | BE | CD | 1E | 7 | 0 | 14 | C3 | 26 | 44 |
| Octal | 217 | 276 | 315 | 36 | 7 | 0 | 24 | 303 | 46 | 104 |
| Binary | 10001111 | 10111110 | 11001101 | 11110 | 111 | 0 | 10100 | 11000011 | 100110 | 1000100 |
Color Harmonies of #8FBECD
Complementary color
Monochromatic Colors of #8FBECD
Black with #8FBECD
Text Example
Text Example
White with #8FBECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBECD; }
p { color: rgb(143,190,205); }
H1.HeaderClassName
{
color: #8FBECD;
}
.AnyTagClassName
{
color: #8FBECD;
}
</style>
background-color css
<style>
a { background-color: #8FBECD; }
a { background-color: rgb(143,190,205); }
div.DivClassName
{
background-color: #8FBECD;
}
.BgClassName
{
background-color: #8FBECD;
}
</style>
border-color css
<style>
span { border-color: #8FBECD; }
span { border-color: rgb(143,190,205); }
td.TdClassName
{
border-color: #8FBECD;
}
.TagClassName
{
border-color: #8FBECD;
}
</style>