Shades of Seagull #8DC0CC
Tints of Seagull #8DC0CC
RGB
CMYK
RGB Variations
Color information
#8DC0CC (or 0x8DC0CC) is known color: Seagull. HEX triplet: 8D, C0 and CC. RGB value is (141,192,204). Sum of RGB (Red+Green+Blue) = 141+192+204=537 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.26% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #8DC0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC0CC is #723F33. Grayscale: #B2B2B2. Windows color (decimal): -7487284 or 13418637. OLE color: 13418637.
HSL color Cylindrical-coordinate representation of color #8DC0CC: hue angle of 191.43º 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 #8DC0CC is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 192 | 204 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.2 |
| HSL | 191.43º | 0.38% | 0.68% | - |
| HSV(B) | 191.43º | 0.31% | 0.8% | - |
| XYZ | 40.73 | 47.72 | 64.19 | - |
| YUV | 178.12 | 142.6 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 204 | 0.31 | 0.06 | 0 | 0.2 | 191.43 | 0.38 | 0.68 |
| Hex | 8D | C0 | CC | 1F | 6 | 0 | 14 | BF | 26 | 44 |
| Octal | 215 | 300 | 314 | 37 | 6 | 0 | 24 | 277 | 46 | 104 |
| Binary | 10001101 | 11000000 | 11001100 | 11111 | 110 | 0 | 10100 | 10111111 | 100110 | 1000100 |
Color Harmonies of #8DC0CC
Complementary color
Monochromatic Colors of #8DC0CC
Black with #8DC0CC
Text Example
Text Example
White with #8DC0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC0CC; }
p { color: rgb(141,192,204); }
H1.HeaderClassName
{
color: #8DC0CC;
}
.AnyTagClassName
{
color: #8DC0CC;
}
</style>
background-color css
<style>
a { background-color: #8DC0CC; }
a { background-color: rgb(141,192,204); }
div.DivClassName
{
background-color: #8DC0CC;
}
.BgClassName
{
background-color: #8DC0CC;
}
</style>
border-color css
<style>
span { border-color: #8DC0CC; }
span { border-color: rgb(141,192,204); }
td.TdClassName
{
border-color: #8DC0CC;
}
.TagClassName
{
border-color: #8DC0CC;
}
</style>