Shades of Seagull #8BBECE
Tints of Seagull #8BBECE
RGB
CMYK
RGB Variations
Color information
#8BBECE (or 0x8BBECE) is known color: Seagull. HEX triplet: 8B, BE and CE. RGB value is (139,190,206). Sum of RGB (Red+Green+Blue) = 139+190+206=535 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.98% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #8BBECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBECE is #744131. Grayscale: #B0B0B0. Windows color (decimal): -7618866 or 13549195. OLE color: 13549195.
HSL color Cylindrical-coordinate representation of color #8BBECE: hue angle of 194.33º 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 #8BBECE is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 190 | 206 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.19 |
| HSL | 194.33º | 0.41% | 0.68% | - |
| HSV(B) | 194.33º | 0.33% | 0.81% | - |
| XYZ | 40.2 | 46.77 | 65.3 | - |
| YUV | 176.58 | 144.6 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 190 | 206 | 0.33 | 0.08 | 0 | 0.19 | 194.33 | 0.41 | 0.68 |
| Hex | 8B | BE | CE | 21 | 8 | 0 | 13 | C2 | 29 | 44 |
| Octal | 213 | 276 | 316 | 41 | 10 | 0 | 23 | 302 | 51 | 104 |
| Binary | 10001011 | 10111110 | 11001110 | 100001 | 1000 | 0 | 10011 | 11000010 | 101001 | 1000100 |
Color Harmonies of #8BBECE
Complementary color
Monochromatic Colors of #8BBECE
Black with #8BBECE
Text Example
Text Example
White with #8BBECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBECE; }
p { color: rgb(139,190,206); }
H1.HeaderClassName
{
color: #8BBECE;
}
.AnyTagClassName
{
color: #8BBECE;
}
</style>
background-color css
<style>
a { background-color: #8BBECE; }
a { background-color: rgb(139,190,206); }
div.DivClassName
{
background-color: #8BBECE;
}
.BgClassName
{
background-color: #8BBECE;
}
</style>
border-color css
<style>
span { border-color: #8BBECE; }
span { border-color: rgb(139,190,206); }
td.TdClassName
{
border-color: #8BBECE;
}
.TagClassName
{
border-color: #8BBECE;
}
</style>