Shades of Seagull #8BBACF
Tints of Seagull #8BBACF
RGB
CMYK
RGB Variations
Color information
#8BBACF (or 0x8BBACF) is known color: Seagull. HEX triplet: 8B, BA and CF. RGB value is (139,186,207). Sum of RGB (Red+Green+Blue) = 139+186+207=532 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.13% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: blue. Hex color #8BBACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBACF is #744530. Grayscale: #AEAEAE. Windows color (decimal): -7619889 or 13613707. OLE color: 13613707.
HSL color Cylindrical-coordinate representation of color #8BBACF: hue angle of 198.53º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BBACF is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 186 | 207 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.19 |
| HSL | 198.53º | 0.41% | 0.68% | - |
| HSV(B) | 198.53º | 0.33% | 0.81% | - |
| XYZ | 39.47 | 45.11 | 65.66 | - |
| YUV | 174.34 | 146.43 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 207 | 0.33 | 0.10 | 0 | 0.19 | 198.53 | 0.41 | 0.68 |
| Hex | 8B | BA | CF | 21 | A | 0 | 13 | C7 | 29 | 44 |
| Octal | 213 | 272 | 317 | 41 | 12 | 0 | 23 | 307 | 51 | 104 |
| Binary | 10001011 | 10111010 | 11001111 | 100001 | 1010 | 0 | 10011 | 11000111 | 101001 | 1000100 |
Color Harmonies of #8BBACF
Complementary color
Monochromatic Colors of #8BBACF
Black with #8BBACF
Text Example
Text Example
White with #8BBACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBACF; }
p { color: rgb(139,186,207); }
H1.HeaderClassName
{
color: #8BBACF;
}
.AnyTagClassName
{
color: #8BBACF;
}
</style>
background-color css
<style>
a { background-color: #8BBACF; }
a { background-color: rgb(139,186,207); }
div.DivClassName
{
background-color: #8BBACF;
}
.BgClassName
{
background-color: #8BBACF;
}
</style>
border-color css
<style>
span { border-color: #8BBACF; }
span { border-color: rgb(139,186,207); }
td.TdClassName
{
border-color: #8BBACF;
}
.TagClassName
{
border-color: #8BBACF;
}
</style>