Shades of Seagull #8BC0CD
Tints of Seagull #8BC0CD
RGB
CMYK
RGB Variations
Color information
#8BC0CD (or 0x8BC0CD) is known color: Seagull. HEX triplet: 8B, C0 and CD. RGB value is (139,192,205). Sum of RGB (Red+Green+Blue) = 139+192+205=536 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.93% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #8BC0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC0CD is #743F32. Grayscale: #B1B1B1. Windows color (decimal): -7618355 or 13484171. OLE color: 13484171.
HSL color Cylindrical-coordinate representation of color #8BC0CD: hue angle of 191.82º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BC0CD is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 192 | 205 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.20 |
| HSL | 191.82º | 0.4% | 0.67% | - |
| HSV(B) | 191.82º | 0.32% | 0.8% | - |
| XYZ | 40.52 | 47.6 | 64.81 | - |
| YUV | 177.64 | 143.44 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 192 | 205 | 0.32 | 0.06 | 0 | 0.20 | 191.82 | 0.4 | 0.67 |
| Hex | 8B | C0 | CD | 20 | 6 | 0 | 14 | C0 | 28 | 43 |
| Octal | 213 | 300 | 315 | 40 | 6 | 0 | 24 | 300 | 50 | 103 |
| Binary | 10001011 | 11000000 | 11001101 | 100000 | 110 | 0 | 10100 | 11000000 | 101000 | 1000011 |
Color Harmonies of #8BC0CD
Complementary color
Monochromatic Colors of #8BC0CD
Black with #8BC0CD
Text Example
Text Example
White with #8BC0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC0CD; }
p { color: rgb(139,192,205); }
H1.HeaderClassName
{
color: #8BC0CD;
}
.AnyTagClassName
{
color: #8BC0CD;
}
</style>
background-color css
<style>
a { background-color: #8BC0CD; }
a { background-color: rgb(139,192,205); }
div.DivClassName
{
background-color: #8BC0CD;
}
.BgClassName
{
background-color: #8BC0CD;
}
</style>
border-color css
<style>
span { border-color: #8BC0CD; }
span { border-color: rgb(139,192,205); }
td.TdClassName
{
border-color: #8BC0CD;
}
.TagClassName
{
border-color: #8BC0CD;
}
</style>