Shades of Seagull #8BBCC9
Tints of Seagull #8BBCC9
RGB
CMYK
RGB Variations
Color information
#8BBCC9 (or 0x8BBCC9) is known color: Seagull. HEX triplet: 8B, BC and C9. RGB value is (139,188,201). Sum of RGB (Red+Green+Blue) = 139+188+201=528 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.33% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 201 - color contains mainly: blue. Hex color #8BBCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBCC9 is #744336. Grayscale: #AEAEAE. Windows color (decimal): -7619383 or 13221003. OLE color: 13221003.
HSL color Cylindrical-coordinate representation of color #8BBCC9: hue angle of 192.58º 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 #8BBCC9 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 188 | 201 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.21 |
| HSL | 192.58º | 0.36% | 0.67% | - |
| HSV(B) | 192.58º | 0.31% | 0.79% | - |
| XYZ | 39.17 | 45.67 | 62.01 | - |
| YUV | 174.83 | 142.77 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 201 | 0.31 | 0.06 | 0 | 0.21 | 192.58 | 0.36 | 0.67 |
| Hex | 8B | BC | C9 | 1F | 6 | 0 | 15 | C1 | 24 | 43 |
| Octal | 213 | 274 | 311 | 37 | 6 | 0 | 25 | 301 | 44 | 103 |
| Binary | 10001011 | 10111100 | 11001001 | 11111 | 110 | 0 | 10101 | 11000001 | 100100 | 1000011 |
Color Harmonies of #8BBCC9
Complementary color
Monochromatic Colors of #8BBCC9
Black with #8BBCC9
Text Example
Text Example
White with #8BBCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBCC9; }
p { color: rgb(139,188,201); }
H1.HeaderClassName
{
color: #8BBCC9;
}
.AnyTagClassName
{
color: #8BBCC9;
}
</style>
background-color css
<style>
a { background-color: #8BBCC9; }
a { background-color: rgb(139,188,201); }
div.DivClassName
{
background-color: #8BBCC9;
}
.BgClassName
{
background-color: #8BBCC9;
}
</style>
border-color css
<style>
span { border-color: #8BBCC9; }
span { border-color: rgb(139,188,201); }
td.TdClassName
{
border-color: #8BBCC9;
}
.TagClassName
{
border-color: #8BBCC9;
}
</style>