Shades of Seagull #8BC0CA
Tints of Seagull #8BC0CA
RGB
CMYK
RGB Variations
Color information
#8BC0CA (or 0x8BC0CA) is known color: Seagull. HEX triplet: 8B, C0 and CA. RGB value is (139,192,202). Sum of RGB (Red+Green+Blue) = 139+192+202=533 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.08% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 202 - color contains mainly: blue. Hex color #8BC0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BC0CA is #743F35. Grayscale: #B1B1B1. Windows color (decimal): -7618358 or 13287563. OLE color: 13287563.
HSL color Cylindrical-coordinate representation of color #8BC0CA: hue angle of 189.52º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BC0CA is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 192 | 202 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.21 |
| HSL | 189.52º | 0.37% | 0.67% | - |
| HSV(B) | 189.52º | 0.31% | 0.79% | - |
| XYZ | 40.16 | 47.45 | 62.92 | - |
| YUV | 177.29 | 141.94 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 192 | 202 | 0.31 | 0.05 | 0 | 0.21 | 189.52 | 0.37 | 0.67 |
| Hex | 8B | C0 | CA | 1F | 5 | 0 | 15 | BE | 25 | 43 |
| Octal | 213 | 300 | 312 | 37 | 5 | 0 | 25 | 276 | 45 | 103 |
| Binary | 10001011 | 11000000 | 11001010 | 11111 | 101 | 0 | 10101 | 10111110 | 100101 | 1000011 |
Color Harmonies of #8BC0CA
Complementary color
Monochromatic Colors of #8BC0CA
Black with #8BC0CA
Text Example
Text Example
White with #8BC0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC0CA; }
p { color: rgb(139,192,202); }
H1.HeaderClassName
{
color: #8BC0CA;
}
.AnyTagClassName
{
color: #8BC0CA;
}
</style>
background-color css
<style>
a { background-color: #8BC0CA; }
a { background-color: rgb(139,192,202); }
div.DivClassName
{
background-color: #8BC0CA;
}
.BgClassName
{
background-color: #8BC0CA;
}
</style>
border-color css
<style>
span { border-color: #8BC0CA; }
span { border-color: rgb(139,192,202); }
td.TdClassName
{
border-color: #8BC0CA;
}
.TagClassName
{
border-color: #8BC0CA;
}
</style>