Shades of Seagull #8BBFCB
Tints of Seagull #8BBFCB
RGB
CMYK
RGB Variations
Color information
#8BBFCB (or 0x8BBFCB) is known color: Seagull. HEX triplet: 8B, BF and CB. RGB value is (139,191,203). Sum of RGB (Red+Green+Blue) = 139+191+203=533 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.08% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 203 - color contains mainly: blue. Hex color #8BBFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBFCB is #744034. Grayscale: #B0B0B0. Windows color (decimal): -7618613 or 13352843. OLE color: 13352843.
HSL color Cylindrical-coordinate representation of color #8BBFCB: hue angle of 191.25º 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 #8BBFCB is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 191 | 203 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.20 |
| HSL | 191.25º | 0.38% | 0.67% | - |
| HSV(B) | 191.25º | 0.32% | 0.8% | - |
| XYZ | 40.06 | 47.06 | 63.47 | - |
| YUV | 176.82 | 142.77 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 191 | 203 | 0.32 | 0.06 | 0 | 0.20 | 191.25 | 0.38 | 0.67 |
| Hex | 8B | BF | CB | 20 | 6 | 0 | 14 | BF | 26 | 43 |
| Octal | 213 | 277 | 313 | 40 | 6 | 0 | 24 | 277 | 46 | 103 |
| Binary | 10001011 | 10111111 | 11001011 | 100000 | 110 | 0 | 10100 | 10111111 | 100110 | 1000011 |
Color Harmonies of #8BBFCB
Complementary color
Monochromatic Colors of #8BBFCB
Black with #8BBFCB
Text Example
Text Example
White with #8BBFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBFCB; }
p { color: rgb(139,191,203); }
H1.HeaderClassName
{
color: #8BBFCB;
}
.AnyTagClassName
{
color: #8BBFCB;
}
</style>
background-color css
<style>
a { background-color: #8BBFCB; }
a { background-color: rgb(139,191,203); }
div.DivClassName
{
background-color: #8BBFCB;
}
.BgClassName
{
background-color: #8BBFCB;
}
</style>
border-color css
<style>
span { border-color: #8BBFCB; }
span { border-color: rgb(139,191,203); }
td.TdClassName
{
border-color: #8BBFCB;
}
.TagClassName
{
border-color: #8BBFCB;
}
</style>