Shades of Seagull #8FB9CB
Tints of Seagull #8FB9CB
RGB
CMYK
RGB Variations
Color information
#8FB9CB (or 0x8FB9CB) is known color: Seagull. HEX triplet: 8F, B9 and CB. RGB value is (143,185,203). Sum of RGB (Red+Green+Blue) = 143+185+203=531 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.93% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #8FB9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB9CB is #704634. Grayscale: #AEAEAE. Windows color (decimal): -7358005 or 13351311. OLE color: 13351311.
HSL color Cylindrical-coordinate representation of color #8FB9CB: hue angle of 198º 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 #8FB9CB is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 185 | 203 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.20 |
| HSL | 198º | 0.37% | 0.68% | - |
| HSV(B) | 198º | 0.3% | 0.8% | - |
| XYZ | 39.46 | 44.85 | 63.08 | - |
| YUV | 174.49 | 144.09 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 185 | 203 | 0.30 | 0.09 | 0 | 0.20 | 198 | 0.37 | 0.68 |
| Hex | 8F | B9 | CB | 1E | 9 | 0 | 14 | C6 | 25 | 44 |
| Octal | 217 | 271 | 313 | 36 | 11 | 0 | 24 | 306 | 45 | 104 |
| Binary | 10001111 | 10111001 | 11001011 | 11110 | 1001 | 0 | 10100 | 11000110 | 100101 | 1000100 |
Color Harmonies of #8FB9CB
Complementary color
Monochromatic Colors of #8FB9CB
Black with #8FB9CB
Text Example
Text Example
White with #8FB9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB9CB; }
p { color: rgb(143,185,203); }
H1.HeaderClassName
{
color: #8FB9CB;
}
.AnyTagClassName
{
color: #8FB9CB;
}
</style>
background-color css
<style>
a { background-color: #8FB9CB; }
a { background-color: rgb(143,185,203); }
div.DivClassName
{
background-color: #8FB9CB;
}
.BgClassName
{
background-color: #8FB9CB;
}
</style>
border-color css
<style>
span { border-color: #8FB9CB; }
span { border-color: rgb(143,185,203); }
td.TdClassName
{
border-color: #8FB9CB;
}
.TagClassName
{
border-color: #8FB9CB;
}
</style>