Shades of Seagull #80BCD5
Tints of Seagull #80BCD5
RGB
CMYK
RGB Variations
Color information
#80BCD5 (or 0x80BCD5) is known color: Seagull. HEX triplet: 80, BC and D5. RGB value is (128,188,213). Sum of RGB (Red+Green+Blue) = 128+188+213=529 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.20% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 213 - color contains mainly: blue. Hex color #80BCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BCD5 is #7F432A. Grayscale: #ACACAC. Windows color (decimal): -8340267 or 14007424. OLE color: 14007424.
HSL color Cylindrical-coordinate representation of color #80BCD5: hue angle of 197.65º 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 #80BCD5 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 188 | 213 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.16 |
| HSL | 197.65º | 0.5% | 0.67% | - |
| HSV(B) | 197.65º | 0.4% | 0.84% | - |
| XYZ | 38.9 | 45.36 | 69.66 | - |
| YUV | 172.91 | 150.62 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 213 | 0.40 | 0.12 | 0 | 0.16 | 197.65 | 0.5 | 0.67 |
| Hex | 80 | BC | D5 | 28 | C | 0 | 10 | C6 | 32 | 43 |
| Octal | 200 | 274 | 325 | 50 | 14 | 0 | 20 | 306 | 62 | 103 |
| Binary | 10000000 | 10111100 | 11010101 | 101000 | 1100 | 0 | 10000 | 11000110 | 110010 | 1000011 |
Color Harmonies of #80BCD5
Complementary color
Monochromatic Colors of #80BCD5
Black with #80BCD5
Text Example
Text Example
White with #80BCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BCD5; }
p { color: rgb(128,188,213); }
H1.HeaderClassName
{
color: #80BCD5;
}
.AnyTagClassName
{
color: #80BCD5;
}
</style>
background-color css
<style>
a { background-color: #80BCD5; }
a { background-color: rgb(128,188,213); }
div.DivClassName
{
background-color: #80BCD5;
}
.BgClassName
{
background-color: #80BCD5;
}
</style>
border-color css
<style>
span { border-color: #80BCD5; }
span { border-color: rgb(128,188,213); }
td.TdClassName
{
border-color: #80BCD5;
}
.TagClassName
{
border-color: #80BCD5;
}
</style>