Shades of Seagull #80BCC9
Tints of Seagull #80BCC9
RGB
CMYK
RGB Variations
Color information
#80BCC9 (or 0x80BCC9) is known color: Seagull. HEX triplet: 80, BC and C9. RGB value is (128,188,201). Sum of RGB (Red+Green+Blue) = 128+188+201=517 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.76% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 201 - color contains mainly: blue. Hex color #80BCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BCC9 is #7F4336. Grayscale: #ABABAB. Windows color (decimal): -8340279 or 13220992. OLE color: 13220992.
HSL color Cylindrical-coordinate representation of color #80BCC9: hue angle of 190.68º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80BCC9 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 188 | 201 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.21 |
| HSL | 190.68º | 0.4% | 0.65% | - |
| HSV(B) | 190.68º | 0.36% | 0.79% | - |
| XYZ | 37.43 | 44.77 | 61.93 | - |
| YUV | 171.54 | 144.62 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 201 | 0.36 | 0.06 | 0 | 0.21 | 190.68 | 0.4 | 0.65 |
| Hex | 80 | BC | C9 | 24 | 6 | 0 | 15 | BF | 28 | 41 |
| Octal | 200 | 274 | 311 | 44 | 6 | 0 | 25 | 277 | 50 | 101 |
| Binary | 10000000 | 10111100 | 11001001 | 100100 | 110 | 0 | 10101 | 10111111 | 101000 | 1000001 |
Color Harmonies of #80BCC9
Complementary color
Monochromatic Colors of #80BCC9
Black with #80BCC9
Text Example
Text Example
White with #80BCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BCC9; }
p { color: rgb(128,188,201); }
H1.HeaderClassName
{
color: #80BCC9;
}
.AnyTagClassName
{
color: #80BCC9;
}
</style>
background-color css
<style>
a { background-color: #80BCC9; }
a { background-color: rgb(128,188,201); }
div.DivClassName
{
background-color: #80BCC9;
}
.BgClassName
{
background-color: #80BCC9;
}
</style>
border-color css
<style>
span { border-color: #80BCC9; }
span { border-color: rgb(128,188,201); }
td.TdClassName
{
border-color: #80BCC9;
}
.TagClassName
{
border-color: #80BCC9;
}
</style>