Shades of Seagull #8DBCCF
Tints of Seagull #8DBCCF
RGB
CMYK
RGB Variations
Color information
#8DBCCF (or 0x8DBCCF) is known color: Seagull. HEX triplet: 8D, BC and CF. RGB value is (141,188,207). Sum of RGB (Red+Green+Blue) = 141+188+207=536 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.31% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #8DBCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBCCF is #724330. Grayscale: #AFAFAF. Windows color (decimal): -7488305 or 13614221. OLE color: 13614221.
HSL color Cylindrical-coordinate representation of color #8DBCCF: hue angle of 197.27º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DBCCF is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 188 | 207 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.19 |
| HSL | 197.27º | 0.41% | 0.68% | - |
| HSV(B) | 197.27º | 0.32% | 0.81% | - |
| XYZ | 40.23 | 46.13 | 65.82 | - |
| YUV | 176.11 | 145.43 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 188 | 207 | 0.32 | 0.09 | 0 | 0.19 | 197.27 | 0.41 | 0.68 |
| Hex | 8D | BC | CF | 20 | 9 | 0 | 13 | C5 | 29 | 44 |
| Octal | 215 | 274 | 317 | 40 | 11 | 0 | 23 | 305 | 51 | 104 |
| Binary | 10001101 | 10111100 | 11001111 | 100000 | 1001 | 0 | 10011 | 11000101 | 101001 | 1000100 |
Color Harmonies of #8DBCCF
Complementary color
Monochromatic Colors of #8DBCCF
Black with #8DBCCF
Text Example
Text Example
White with #8DBCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBCCF; }
p { color: rgb(141,188,207); }
H1.HeaderClassName
{
color: #8DBCCF;
}
.AnyTagClassName
{
color: #8DBCCF;
}
</style>
background-color css
<style>
a { background-color: #8DBCCF; }
a { background-color: rgb(141,188,207); }
div.DivClassName
{
background-color: #8DBCCF;
}
.BgClassName
{
background-color: #8DBCCF;
}
</style>
border-color css
<style>
span { border-color: #8DBCCF; }
span { border-color: rgb(141,188,207); }
td.TdClassName
{
border-color: #8DBCCF;
}
.TagClassName
{
border-color: #8DBCCF;
}
</style>