Shades of Seagull #8BBEC8
Tints of Seagull #8BBEC8
RGB
CMYK
RGB Variations
Color information
#8BBEC8 (or 0x8BBEC8) is known color: Seagull. HEX triplet: 8B, BE and C8. RGB value is (139,190,200). Sum of RGB (Red+Green+Blue) = 139+190+200=529 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.28% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 200 (78.52% from 255 or 37.81% from 529); Max value from RGB is 200 - color contains mainly: blue. Hex color #8BBEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBEC8 is #744137. Grayscale: #AFAFAF. Windows color (decimal): -7618872 or 13155979. OLE color: 13155979.
HSL color Cylindrical-coordinate representation of color #8BBEC8: hue angle of 189.84º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BBEC8 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 190 | 200 | - |
| CMYK | 0.30 | 0.05 | 0 | 0.22 |
| HSL | 189.84º | 0.36% | 0.66% | - |
| HSV(B) | 189.84º | 0.31% | 0.78% | - |
| XYZ | 39.49 | 46.49 | 61.54 | - |
| YUV | 175.89 | 141.6 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 190 | 200 | 0.30 | 0.05 | 0 | 0.22 | 189.84 | 0.36 | 0.66 |
| Hex | 8B | BE | C8 | 1E | 5 | 0 | 16 | BE | 24 | 42 |
| Octal | 213 | 276 | 310 | 36 | 5 | 0 | 26 | 276 | 44 | 102 |
| Binary | 10001011 | 10111110 | 11001000 | 11110 | 101 | 0 | 10110 | 10111110 | 100100 | 1000010 |
Color Harmonies of #8BBEC8
Complementary color
Monochromatic Colors of #8BBEC8
Black with #8BBEC8
Text Example
Text Example
White with #8BBEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBEC8; }
p { color: rgb(139,190,200); }
H1.HeaderClassName
{
color: #8BBEC8;
}
.AnyTagClassName
{
color: #8BBEC8;
}
</style>
background-color css
<style>
a { background-color: #8BBEC8; }
a { background-color: rgb(139,190,200); }
div.DivClassName
{
background-color: #8BBEC8;
}
.BgClassName
{
background-color: #8BBEC8;
}
</style>
border-color css
<style>
span { border-color: #8BBEC8; }
span { border-color: rgb(139,190,200); }
td.TdClassName
{
border-color: #8BBEC8;
}
.TagClassName
{
border-color: #8BBEC8;
}
</style>