Shades of Seagull #8BBACE
Tints of Seagull #8BBACE
RGB
CMYK
RGB Variations
Color information
#8BBACE (or 0x8BBACE) is known color: Seagull. HEX triplet: 8B, BA and CE. RGB value is (139,186,206). Sum of RGB (Red+Green+Blue) = 139+186+206=531 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.18% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #8BBACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBACE is #744531. Grayscale: #AEAEAE. Windows color (decimal): -7619890 or 13548171. OLE color: 13548171.
HSL color Cylindrical-coordinate representation of color #8BBACE: hue angle of 197.91º 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 #8BBACE is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 186 | 206 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.19 |
| HSL | 197.91º | 0.41% | 0.68% | - |
| HSV(B) | 197.91º | 0.33% | 0.81% | - |
| XYZ | 39.35 | 45.06 | 65.02 | - |
| YUV | 174.23 | 145.93 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 206 | 0.33 | 0.10 | 0 | 0.19 | 197.91 | 0.41 | 0.68 |
| Hex | 8B | BA | CE | 21 | A | 0 | 13 | C6 | 29 | 44 |
| Octal | 213 | 272 | 316 | 41 | 12 | 0 | 23 | 306 | 51 | 104 |
| Binary | 10001011 | 10111010 | 11001110 | 100001 | 1010 | 0 | 10011 | 11000110 | 101001 | 1000100 |
Color Harmonies of #8BBACE
Complementary color
Monochromatic Colors of #8BBACE
Black with #8BBACE
Text Example
Text Example
White with #8BBACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBACE; }
p { color: rgb(139,186,206); }
H1.HeaderClassName
{
color: #8BBACE;
}
.AnyTagClassName
{
color: #8BBACE;
}
</style>
background-color css
<style>
a { background-color: #8BBACE; }
a { background-color: rgb(139,186,206); }
div.DivClassName
{
background-color: #8BBACE;
}
.BgClassName
{
background-color: #8BBACE;
}
</style>
border-color css
<style>
span { border-color: #8BBACE; }
span { border-color: rgb(139,186,206); }
td.TdClassName
{
border-color: #8BBACE;
}
.TagClassName
{
border-color: #8BBACE;
}
</style>