Shades of Seagull #8BBECB
Tints of Seagull #8BBECB
RGB
CMYK
RGB Variations
Color information
#8BBECB (or 0x8BBECB) is known color: Seagull. HEX triplet: 8B, BE and CB. RGB value is (139,190,203). Sum of RGB (Red+Green+Blue) = 139+190+203=532 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.13% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 203 - color contains mainly: blue. Hex color #8BBECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBECB is #744134. Grayscale: #B0B0B0. Windows color (decimal): -7618869 or 13352587. OLE color: 13352587.
HSL color Cylindrical-coordinate representation of color #8BBECB: hue angle of 192.19º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BBECB is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 190 | 203 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.20 |
| HSL | 192.19º | 0.38% | 0.67% | - |
| HSV(B) | 192.19º | 0.32% | 0.8% | - |
| XYZ | 39.84 | 46.63 | 63.4 | - |
| YUV | 176.23 | 143.1 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 190 | 203 | 0.32 | 0.06 | 0 | 0.20 | 192.19 | 0.38 | 0.67 |
| Hex | 8B | BE | CB | 20 | 6 | 0 | 14 | C0 | 26 | 43 |
| Octal | 213 | 276 | 313 | 40 | 6 | 0 | 24 | 300 | 46 | 103 |
| Binary | 10001011 | 10111110 | 11001011 | 100000 | 110 | 0 | 10100 | 11000000 | 100110 | 1000011 |
Color Harmonies of #8BBECB
Complementary color
Monochromatic Colors of #8BBECB
Black with #8BBECB
Text Example
Text Example
White with #8BBECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBECB; }
p { color: rgb(139,190,203); }
H1.HeaderClassName
{
color: #8BBECB;
}
.AnyTagClassName
{
color: #8BBECB;
}
</style>
background-color css
<style>
a { background-color: #8BBECB; }
a { background-color: rgb(139,190,203); }
div.DivClassName
{
background-color: #8BBECB;
}
.BgClassName
{
background-color: #8BBECB;
}
</style>
border-color css
<style>
span { border-color: #8BBECB; }
span { border-color: rgb(139,190,203); }
td.TdClassName
{
border-color: #8BBECB;
}
.TagClassName
{
border-color: #8BBECB;
}
</style>