Shades of Seagull #8BBFC9
Tints of Seagull #8BBFC9
RGB
CMYK
RGB Variations
Color information
#8BBFC9 (or 0x8BBFC9) is known color: Seagull. HEX triplet: 8B, BF and C9. RGB value is (139,191,201). Sum of RGB (Red+Green+Blue) = 139+191+201=531 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.18% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 201 - color contains mainly: blue. Hex color #8BBFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBFC9 is #744036. Grayscale: #B0B0B0. Windows color (decimal): -7618615 or 13221771. OLE color: 13221771.
HSL color Cylindrical-coordinate representation of color #8BBFC9: hue angle of 189.68º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BBFC9 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 191 | 201 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.21 |
| HSL | 189.68º | 0.36% | 0.67% | - |
| HSV(B) | 189.68º | 0.31% | 0.79% | - |
| XYZ | 39.82 | 46.97 | 62.23 | - |
| YUV | 176.59 | 141.77 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 191 | 201 | 0.31 | 0.05 | 0 | 0.21 | 189.68 | 0.36 | 0.67 |
| Hex | 8B | BF | C9 | 1F | 5 | 0 | 15 | BE | 24 | 43 |
| Octal | 213 | 277 | 311 | 37 | 5 | 0 | 25 | 276 | 44 | 103 |
| Binary | 10001011 | 10111111 | 11001001 | 11111 | 101 | 0 | 10101 | 10111110 | 100100 | 1000011 |
Color Harmonies of #8BBFC9
Complementary color
Monochromatic Colors of #8BBFC9
Black with #8BBFC9
Text Example
Text Example
White with #8BBFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBFC9; }
p { color: rgb(139,191,201); }
H1.HeaderClassName
{
color: #8BBFC9;
}
.AnyTagClassName
{
color: #8BBFC9;
}
</style>
background-color css
<style>
a { background-color: #8BBFC9; }
a { background-color: rgb(139,191,201); }
div.DivClassName
{
background-color: #8BBFC9;
}
.BgClassName
{
background-color: #8BBFC9;
}
</style>
border-color css
<style>
span { border-color: #8BBFC9; }
span { border-color: rgb(139,191,201); }
td.TdClassName
{
border-color: #8BBFC9;
}
.TagClassName
{
border-color: #8BBFC9;
}
</style>