Shades of Seagull #8DBACD
Tints of Seagull #8DBACD
RGB
CMYK
RGB Variations
Color information
#8DBACD (or 0x8DBACD) is known color: Seagull. HEX triplet: 8D, BA and CD. RGB value is (141,186,205). Sum of RGB (Red+Green+Blue) = 141+186+205=532 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.50% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #8DBACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBACD is #724532. Grayscale: #AEAEAE. Windows color (decimal): -7488819 or 13482637. OLE color: 13482637.
HSL color Cylindrical-coordinate representation of color #8DBACD: hue angle of 197.81º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DBACD is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 186 | 205 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.20 |
| HSL | 197.81º | 0.39% | 0.68% | - |
| HSV(B) | 197.81º | 0.31% | 0.8% | - |
| XYZ | 39.56 | 45.19 | 64.39 | - |
| YUV | 174.71 | 145.09 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 186 | 205 | 0.31 | 0.09 | 0 | 0.20 | 197.81 | 0.39 | 0.68 |
| Hex | 8D | BA | CD | 1F | 9 | 0 | 14 | C6 | 27 | 44 |
| Octal | 215 | 272 | 315 | 37 | 11 | 0 | 24 | 306 | 47 | 104 |
| Binary | 10001101 | 10111010 | 11001101 | 11111 | 1001 | 0 | 10100 | 11000110 | 100111 | 1000100 |
Color Harmonies of #8DBACD
Complementary color
Monochromatic Colors of #8DBACD
Black with #8DBACD
Text Example
Text Example
White with #8DBACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBACD; }
p { color: rgb(141,186,205); }
H1.HeaderClassName
{
color: #8DBACD;
}
.AnyTagClassName
{
color: #8DBACD;
}
</style>
background-color css
<style>
a { background-color: #8DBACD; }
a { background-color: rgb(141,186,205); }
div.DivClassName
{
background-color: #8DBACD;
}
.BgClassName
{
background-color: #8DBACD;
}
</style>
border-color css
<style>
span { border-color: #8DBACD; }
span { border-color: rgb(141,186,205); }
td.TdClassName
{
border-color: #8DBACD;
}
.TagClassName
{
border-color: #8DBACD;
}
</style>