Shades of Seagull #80BFC9
Tints of Seagull #80BFC9
RGB
CMYK
RGB Variations
Color information
#80BFC9 (or 0x80BFC9) is known color: Seagull. HEX triplet: 80, BF and C9. RGB value is (128,191,201). Sum of RGB (Red+Green+Blue) = 128+191+201=520 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.62% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 201 - color contains mainly: blue. Hex color #80BFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BFC9 is #7F4036. Grayscale: #ADADAD. Windows color (decimal): -8339511 or 13221760. OLE color: 13221760.
HSL color Cylindrical-coordinate representation of color #80BFC9: hue angle of 188.22º 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 #80BFC9 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 191 | 201 | - |
| CMYK | 0.36 | 0.05 | 0 | 0.21 |
| HSL | 188.22º | 0.4% | 0.65% | - |
| HSV(B) | 188.22º | 0.36% | 0.79% | - |
| XYZ | 38.08 | 46.07 | 62.14 | - |
| YUV | 173.3 | 143.63 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 191 | 201 | 0.36 | 0.05 | 0 | 0.21 | 188.22 | 0.4 | 0.65 |
| Hex | 80 | BF | C9 | 24 | 5 | 0 | 15 | BC | 28 | 41 |
| Octal | 200 | 277 | 311 | 44 | 5 | 0 | 25 | 274 | 50 | 101 |
| Binary | 10000000 | 10111111 | 11001001 | 100100 | 101 | 0 | 10101 | 10111100 | 101000 | 1000001 |
Color Harmonies of #80BFC9
Complementary color
Monochromatic Colors of #80BFC9
Black with #80BFC9
Text Example
Text Example
White with #80BFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BFC9; }
p { color: rgb(128,191,201); }
H1.HeaderClassName
{
color: #80BFC9;
}
.AnyTagClassName
{
color: #80BFC9;
}
</style>
background-color css
<style>
a { background-color: #80BFC9; }
a { background-color: rgb(128,191,201); }
div.DivClassName
{
background-color: #80BFC9;
}
.BgClassName
{
background-color: #80BFC9;
}
</style>
border-color css
<style>
span { border-color: #80BFC9; }
span { border-color: rgb(128,191,201); }
td.TdClassName
{
border-color: #80BFC9;
}
.TagClassName
{
border-color: #80BFC9;
}
</style>