Shades of Seagull #8DC0CD
Tints of Seagull #8DC0CD
RGB
CMYK
RGB Variations
Color information
#8DC0CD (or 0x8DC0CD) is known color: Seagull. HEX triplet: 8D, C0 and CD. RGB value is (141,192,205). Sum of RGB (Red+Green+Blue) = 141+192+205=538 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.21% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #8DC0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC0CD is #723F32. Grayscale: #B2B2B2. Windows color (decimal): -7487283 or 13484173. OLE color: 13484173.
HSL color Cylindrical-coordinate representation of color #8DC0CD: hue angle of 192.19º 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 #8DC0CD is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 192 | 205 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.20 |
| HSL | 192.19º | 0.39% | 0.68% | - |
| HSV(B) | 192.19º | 0.31% | 0.8% | - |
| XYZ | 40.85 | 47.77 | 64.82 | - |
| YUV | 178.23 | 143.1 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 205 | 0.31 | 0.06 | 0 | 0.20 | 192.19 | 0.39 | 0.68 |
| Hex | 8D | C0 | CD | 1F | 6 | 0 | 14 | C0 | 27 | 44 |
| Octal | 215 | 300 | 315 | 37 | 6 | 0 | 24 | 300 | 47 | 104 |
| Binary | 10001101 | 11000000 | 11001101 | 11111 | 110 | 0 | 10100 | 11000000 | 100111 | 1000100 |
Color Harmonies of #8DC0CD
Complementary color
Monochromatic Colors of #8DC0CD
Black with #8DC0CD
Text Example
Text Example
White with #8DC0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC0CD; }
p { color: rgb(141,192,205); }
H1.HeaderClassName
{
color: #8DC0CD;
}
.AnyTagClassName
{
color: #8DC0CD;
}
</style>
background-color css
<style>
a { background-color: #8DC0CD; }
a { background-color: rgb(141,192,205); }
div.DivClassName
{
background-color: #8DC0CD;
}
.BgClassName
{
background-color: #8DC0CD;
}
</style>
border-color css
<style>
span { border-color: #8DC0CD; }
span { border-color: rgb(141,192,205); }
td.TdClassName
{
border-color: #8DC0CD;
}
.TagClassName
{
border-color: #8DC0CD;
}
</style>