Shades of Seagull #8CBACB
Tints of Seagull #8CBACB
RGB
CMYK
RGB Variations
Color information
#8CBACB (or 0x8CBACB) is known color: Seagull. HEX triplet: 8C, BA and CB. RGB value is (140,186,203). Sum of RGB (Red+Green+Blue) = 140+186+203=529 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.47% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #8CBACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBACB is #734534. Grayscale: #AEAEAE. Windows color (decimal): -7554357 or 13351564. OLE color: 13351564.
HSL color Cylindrical-coordinate representation of color #8CBACB: hue angle of 196.19º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CBACB is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 186 | 203 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.20 |
| HSL | 196.19º | 0.38% | 0.67% | - |
| HSV(B) | 196.19º | 0.31% | 0.8% | - |
| XYZ | 39.15 | 45.01 | 63.12 | - |
| YUV | 174.18 | 144.26 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 203 | 0.31 | 0.08 | 0 | 0.20 | 196.19 | 0.38 | 0.67 |
| Hex | 8C | BA | CB | 1F | 8 | 0 | 14 | C4 | 26 | 43 |
| Octal | 214 | 272 | 313 | 37 | 10 | 0 | 24 | 304 | 46 | 103 |
| Binary | 10001100 | 10111010 | 11001011 | 11111 | 1000 | 0 | 10100 | 11000100 | 100110 | 1000011 |
Color Harmonies of #8CBACB
Complementary color
Monochromatic Colors of #8CBACB
Black with #8CBACB
Text Example
Text Example
White with #8CBACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBACB; }
p { color: rgb(140,186,203); }
H1.HeaderClassName
{
color: #8CBACB;
}
.AnyTagClassName
{
color: #8CBACB;
}
</style>
background-color css
<style>
a { background-color: #8CBACB; }
a { background-color: rgb(140,186,203); }
div.DivClassName
{
background-color: #8CBACB;
}
.BgClassName
{
background-color: #8CBACB;
}
</style>
border-color css
<style>
span { border-color: #8CBACB; }
span { border-color: rgb(140,186,203); }
td.TdClassName
{
border-color: #8CBACB;
}
.TagClassName
{
border-color: #8CBACB;
}
</style>