Shades of Seagull #8DC0CF
Tints of Seagull #8DC0CF
RGB
CMYK
RGB Variations
Color information
#8DC0CF (or 0x8DC0CF) is known color: Seagull. HEX triplet: 8D, C0 and CF. RGB value is (141,192,207). Sum of RGB (Red+Green+Blue) = 141+192+207=540 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.11% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 207 - color contains mainly: blue. Hex color #8DC0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC0CF is #723F30. Grayscale: #B2B2B2. Windows color (decimal): -7487281 or 13615245. OLE color: 13615245.
HSL color Cylindrical-coordinate representation of color #8DC0CF: hue angle of 193.64º 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 #8DC0CF is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 192 | 207 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.19 |
| HSL | 193.64º | 0.41% | 0.68% | - |
| HSV(B) | 193.64º | 0.32% | 0.81% | - |
| XYZ | 41.1 | 47.87 | 66.1 | - |
| YUV | 178.46 | 144.1 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 207 | 0.32 | 0.07 | 0 | 0.19 | 193.64 | 0.41 | 0.68 |
| Hex | 8D | C0 | CF | 20 | 7 | 0 | 13 | C2 | 29 | 44 |
| Octal | 215 | 300 | 317 | 40 | 7 | 0 | 23 | 302 | 51 | 104 |
| Binary | 10001101 | 11000000 | 11001111 | 100000 | 111 | 0 | 10011 | 11000010 | 101001 | 1000100 |
Color Harmonies of #8DC0CF
Complementary color
Monochromatic Colors of #8DC0CF
Black with #8DC0CF
Text Example
Text Example
White with #8DC0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC0CF; }
p { color: rgb(141,192,207); }
H1.HeaderClassName
{
color: #8DC0CF;
}
.AnyTagClassName
{
color: #8DC0CF;
}
</style>
background-color css
<style>
a { background-color: #8DC0CF; }
a { background-color: rgb(141,192,207); }
div.DivClassName
{
background-color: #8DC0CF;
}
.BgClassName
{
background-color: #8DC0CF;
}
</style>
border-color css
<style>
span { border-color: #8DC0CF; }
span { border-color: rgb(141,192,207); }
td.TdClassName
{
border-color: #8DC0CF;
}
.TagClassName
{
border-color: #8DC0CF;
}
</style>