Shades of Seagull #8BBDCB
Tints of Seagull #8BBDCB
RGB
CMYK
RGB Variations
Color information
#8BBDCB (or 0x8BBDCB) is known color: Seagull. HEX triplet: 8B, BD and CB. RGB value is (139,189,203). Sum of RGB (Red+Green+Blue) = 139+189+203=531 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.18% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #8BBDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBDCB is #744234. Grayscale: #AFAFAF. Windows color (decimal): -7619125 or 13352331. OLE color: 13352331.
HSL color Cylindrical-coordinate representation of color #8BBDCB: hue angle of 193.12º 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 #8BBDCB is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 189 | 203 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.20 |
| HSL | 193.13º | 0.38% | 0.67% | - |
| HSV(B) | 193.13º | 0.32% | 0.8% | - |
| XYZ | 39.62 | 46.2 | 63.33 | - |
| YUV | 175.65 | 143.44 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 189 | 203 | 0.32 | 0.07 | 0 | 0.20 | 193.13 | 0.38 | 0.67 |
| Hex | 8B | BD | CB | 20 | 7 | 0 | 14 | C1 | 26 | 43 |
| Octal | 213 | 275 | 313 | 40 | 7 | 0 | 24 | 301 | 46 | 103 |
| Binary | 10001011 | 10111101 | 11001011 | 100000 | 111 | 0 | 10100 | 11000001 | 100110 | 1000011 |
Color Harmonies of #8BBDCB
Complementary color
Monochromatic Colors of #8BBDCB
Black with #8BBDCB
Text Example
Text Example
White with #8BBDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBDCB; }
p { color: rgb(139,189,203); }
H1.HeaderClassName
{
color: #8BBDCB;
}
.AnyTagClassName
{
color: #8BBDCB;
}
</style>
background-color css
<style>
a { background-color: #8BBDCB; }
a { background-color: rgb(139,189,203); }
div.DivClassName
{
background-color: #8BBDCB;
}
.BgClassName
{
background-color: #8BBDCB;
}
</style>
border-color css
<style>
span { border-color: #8BBDCB; }
span { border-color: rgb(139,189,203); }
td.TdClassName
{
border-color: #8BBDCB;
}
.TagClassName
{
border-color: #8BBDCB;
}
</style>