Shades of Seagull #8DBACB
Tints of Seagull #8DBACB
RGB
CMYK
RGB Variations
Color information
#8DBACB (or 0x8DBACB) is known color: Seagull. HEX triplet: 8D, BA and CB. RGB value is (141,186,203). Sum of RGB (Red+Green+Blue) = 141+186+203=530 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.60% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #8DBACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBACB is #724534. Grayscale: #AEAEAE. Windows color (decimal): -7488821 or 13351565. OLE color: 13351565.
HSL color Cylindrical-coordinate representation of color #8DBACB: hue angle of 196.45º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DBACB is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 186 | 203 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.20 |
| HSL | 196.45º | 0.37% | 0.67% | - |
| HSV(B) | 196.45º | 0.31% | 0.8% | - |
| XYZ | 39.32 | 45.09 | 63.13 | - |
| YUV | 174.48 | 144.09 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 186 | 203 | 0.31 | 0.08 | 0 | 0.20 | 196.45 | 0.37 | 0.67 |
| Hex | 8D | BA | CB | 1F | 8 | 0 | 14 | C4 | 25 | 43 |
| Octal | 215 | 272 | 313 | 37 | 10 | 0 | 24 | 304 | 45 | 103 |
| Binary | 10001101 | 10111010 | 11001011 | 11111 | 1000 | 0 | 10100 | 11000100 | 100101 | 1000011 |
Color Harmonies of #8DBACB
Complementary color
Monochromatic Colors of #8DBACB
Black with #8DBACB
Text Example
Text Example
White with #8DBACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBACB; }
p { color: rgb(141,186,203); }
H1.HeaderClassName
{
color: #8DBACB;
}
.AnyTagClassName
{
color: #8DBACB;
}
</style>
background-color css
<style>
a { background-color: #8DBACB; }
a { background-color: rgb(141,186,203); }
div.DivClassName
{
background-color: #8DBACB;
}
.BgClassName
{
background-color: #8DBACB;
}
</style>
border-color css
<style>
span { border-color: #8DBACB; }
span { border-color: rgb(141,186,203); }
td.TdClassName
{
border-color: #8DBACB;
}
.TagClassName
{
border-color: #8DBACB;
}
</style>