Shades of Seagull #8FBDC9
Tints of Seagull #8FBDC9
RGB
CMYK
RGB Variations
Color information
#8FBDC9 (or 0x8FBDC9) is known color: Seagull. HEX triplet: 8F, BD and C9. RGB value is (143,189,201). Sum of RGB (Red+Green+Blue) = 143+189+201=533 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.83% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 201 (78.91% from 255 or 37.71% from 533); Max value from RGB is 201 - color contains mainly: blue. Hex color #8FBDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBDC9 is #704236. Grayscale: #B0B0B0. Windows color (decimal): -7356983 or 13221263. OLE color: 13221263.
HSL color Cylindrical-coordinate representation of color #8FBDC9: hue angle of 192.41º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FBDC9 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 189 | 201 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.21 |
| HSL | 192.41º | 0.35% | 0.67% | - |
| HSV(B) | 192.41º | 0.29% | 0.79% | - |
| XYZ | 40.07 | 46.45 | 62.11 | - |
| YUV | 176.61 | 141.76 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 189 | 201 | 0.29 | 0.06 | 0 | 0.21 | 192.41 | 0.35 | 0.67 |
| Hex | 8F | BD | C9 | 1D | 6 | 0 | 15 | C0 | 23 | 43 |
| Octal | 217 | 275 | 311 | 35 | 6 | 0 | 25 | 300 | 43 | 103 |
| Binary | 10001111 | 10111101 | 11001001 | 11101 | 110 | 0 | 10101 | 11000000 | 100011 | 1000011 |
Color Harmonies of #8FBDC9
Complementary color
Monochromatic Colors of #8FBDC9
Black with #8FBDC9
Text Example
Text Example
White with #8FBDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBDC9; }
p { color: rgb(143,189,201); }
H1.HeaderClassName
{
color: #8FBDC9;
}
.AnyTagClassName
{
color: #8FBDC9;
}
</style>
background-color css
<style>
a { background-color: #8FBDC9; }
a { background-color: rgb(143,189,201); }
div.DivClassName
{
background-color: #8FBDC9;
}
.BgClassName
{
background-color: #8FBDC9;
}
</style>
border-color css
<style>
span { border-color: #8FBDC9; }
span { border-color: rgb(143,189,201); }
td.TdClassName
{
border-color: #8FBDC9;
}
.TagClassName
{
border-color: #8FBDC9;
}
</style>