Shades of Seagull #8DBACC
Tints of Seagull #8DBACC
RGB
CMYK
RGB Variations
Color information
#8DBACC (or 0x8DBACC) is known color: Seagull. HEX triplet: 8D, BA and CC. RGB value is (141,186,204). Sum of RGB (Red+Green+Blue) = 141+186+204=531 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.55% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #8DBACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBACC is #724533. Grayscale: #AEAEAE. Windows color (decimal): -7488820 or 13417101. OLE color: 13417101.
HSL color Cylindrical-coordinate representation of color #8DBACC: hue angle of 197.14º degrees, saturation: 0.38, 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 #8DBACC is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 186 | 204 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.2 |
| HSL | 197.14º | 0.38% | 0.68% | - |
| HSV(B) | 197.14º | 0.31% | 0.8% | - |
| XYZ | 39.44 | 45.14 | 63.76 | - |
| YUV | 174.6 | 144.59 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 186 | 204 | 0.31 | 0.09 | 0 | 0.2 | 197.14 | 0.38 | 0.68 |
| Hex | 8D | BA | CC | 1F | 9 | 0 | 14 | C5 | 26 | 44 |
| Octal | 215 | 272 | 314 | 37 | 11 | 0 | 24 | 305 | 46 | 104 |
| Binary | 10001101 | 10111010 | 11001100 | 11111 | 1001 | 0 | 10100 | 11000101 | 100110 | 1000100 |
Color Harmonies of #8DBACC
Complementary color
Monochromatic Colors of #8DBACC
Black with #8DBACC
Text Example
Text Example
White with #8DBACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBACC; }
p { color: rgb(141,186,204); }
H1.HeaderClassName
{
color: #8DBACC;
}
.AnyTagClassName
{
color: #8DBACC;
}
</style>
background-color css
<style>
a { background-color: #8DBACC; }
a { background-color: rgb(141,186,204); }
div.DivClassName
{
background-color: #8DBACC;
}
.BgClassName
{
background-color: #8DBACC;
}
</style>
border-color css
<style>
span { border-color: #8DBACC; }
span { border-color: rgb(141,186,204); }
td.TdClassName
{
border-color: #8DBACC;
}
.TagClassName
{
border-color: #8DBACC;
}
</style>