Shades of Seagull #80BFD5
Tints of Seagull #80BFD5
RGB
CMYK
RGB Variations
Color information
#80BFD5 (or 0x80BFD5) is known color: Seagull. HEX triplet: 80, BF and D5. RGB value is (128,191,213). Sum of RGB (Red+Green+Blue) = 128+191+213=532 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.06% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 213 - color contains mainly: blue. Hex color #80BFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BFD5 is #7F402A. Grayscale: #AEAEAE. Windows color (decimal): -8339499 or 14008192. OLE color: 14008192.
HSL color Cylindrical-coordinate representation of color #80BFD5: hue angle of 195.53º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80BFD5 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 191 | 213 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.16 |
| HSL | 195.53º | 0.5% | 0.67% | - |
| HSV(B) | 195.53º | 0.4% | 0.84% | - |
| XYZ | 39.54 | 46.65 | 69.87 | - |
| YUV | 174.67 | 149.63 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 191 | 213 | 0.40 | 0.10 | 0 | 0.16 | 195.53 | 0.5 | 0.67 |
| Hex | 80 | BF | D5 | 28 | A | 0 | 10 | C4 | 32 | 43 |
| Octal | 200 | 277 | 325 | 50 | 12 | 0 | 20 | 304 | 62 | 103 |
| Binary | 10000000 | 10111111 | 11010101 | 101000 | 1010 | 0 | 10000 | 11000100 | 110010 | 1000011 |
Color Harmonies of #80BFD5
Complementary color
Monochromatic Colors of #80BFD5
Black with #80BFD5
Text Example
Text Example
White with #80BFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BFD5; }
p { color: rgb(128,191,213); }
H1.HeaderClassName
{
color: #80BFD5;
}
.AnyTagClassName
{
color: #80BFD5;
}
</style>
background-color css
<style>
a { background-color: #80BFD5; }
a { background-color: rgb(128,191,213); }
div.DivClassName
{
background-color: #80BFD5;
}
.BgClassName
{
background-color: #80BFD5;
}
</style>
border-color css
<style>
span { border-color: #80BFD5; }
span { border-color: rgb(128,191,213); }
td.TdClassName
{
border-color: #80BFD5;
}
.TagClassName
{
border-color: #80BFD5;
}
</style>