Shades of Seagull #8DC0CE
Tints of Seagull #8DC0CE
RGB
CMYK
RGB Variations
Color information
#8DC0CE (or 0x8DC0CE) is known color: Seagull. HEX triplet: 8D, C0 and CE. RGB value is (141,192,206). Sum of RGB (Red+Green+Blue) = 141+192+206=539 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.16% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #8DC0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC0CE is #723F31. Grayscale: #B2B2B2. Windows color (decimal): -7487282 or 13549709. OLE color: 13549709.
HSL color Cylindrical-coordinate representation of color #8DC0CE: hue angle of 192.92º degrees, saturation: 0.4, 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 #8DC0CE is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 192 | 206 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.19 |
| HSL | 192.92º | 0.4% | 0.68% | - |
| HSV(B) | 192.92º | 0.32% | 0.81% | - |
| XYZ | 40.97 | 47.82 | 65.46 | - |
| YUV | 178.35 | 143.6 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 206 | 0.32 | 0.07 | 0 | 0.19 | 192.92 | 0.4 | 0.68 |
| Hex | 8D | C0 | CE | 20 | 7 | 0 | 13 | C1 | 28 | 44 |
| Octal | 215 | 300 | 316 | 40 | 7 | 0 | 23 | 301 | 50 | 104 |
| Binary | 10001101 | 11000000 | 11001110 | 100000 | 111 | 0 | 10011 | 11000001 | 101000 | 1000100 |
Color Harmonies of #8DC0CE
Complementary color
Monochromatic Colors of #8DC0CE
Black with #8DC0CE
Text Example
Text Example
White with #8DC0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC0CE; }
p { color: rgb(141,192,206); }
H1.HeaderClassName
{
color: #8DC0CE;
}
.AnyTagClassName
{
color: #8DC0CE;
}
</style>
background-color css
<style>
a { background-color: #8DC0CE; }
a { background-color: rgb(141,192,206); }
div.DivClassName
{
background-color: #8DC0CE;
}
.BgClassName
{
background-color: #8DC0CE;
}
</style>
border-color css
<style>
span { border-color: #8DC0CE; }
span { border-color: rgb(141,192,206); }
td.TdClassName
{
border-color: #8DC0CE;
}
.TagClassName
{
border-color: #8DC0CE;
}
</style>