Shades of Seagull #80BCD9
Tints of Seagull #80BCD9
RGB
CMYK
RGB Variations
Color information
#80BCD9 (or 0x80BCD9) is known color: Seagull. HEX triplet: 80, BC and D9. RGB value is (128,188,217). Sum of RGB (Red+Green+Blue) = 128+188+217=533 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.02% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 217 (85.16% from 255 or 40.71% from 533); Max value from RGB is 217 - color contains mainly: blue. Hex color #80BCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BCD9 is #7F4326. Grayscale: #ADADAD. Windows color (decimal): -8340263 or 14269568. OLE color: 14269568.
HSL color Cylindrical-coordinate representation of color #80BCD9: hue angle of 199.55º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80BCD9 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 188 | 217 | - |
| CMYK | 0.41 | 0.13 | 0 | 0.15 |
| HSL | 199.55º | 0.54% | 0.68% | - |
| HSV(B) | 199.55º | 0.41% | 0.85% | - |
| XYZ | 39.41 | 45.57 | 72.36 | - |
| YUV | 173.37 | 152.62 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 217 | 0.41 | 0.13 | 0 | 0.15 | 199.55 | 0.54 | 0.68 |
| Hex | 80 | BC | D9 | 29 | D | 0 | F | C8 | 36 | 44 |
| Octal | 200 | 274 | 331 | 51 | 15 | 0 | 17 | 310 | 66 | 104 |
| Binary | 10000000 | 10111100 | 11011001 | 101001 | 1101 | 0 | 1111 | 11001000 | 110110 | 1000100 |
Color Harmonies of #80BCD9
Complementary color
Monochromatic Colors of #80BCD9
Black with #80BCD9
Text Example
Text Example
White with #80BCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BCD9; }
p { color: rgb(128,188,217); }
H1.HeaderClassName
{
color: #80BCD9;
}
.AnyTagClassName
{
color: #80BCD9;
}
</style>
background-color css
<style>
a { background-color: #80BCD9; }
a { background-color: rgb(128,188,217); }
div.DivClassName
{
background-color: #80BCD9;
}
.BgClassName
{
background-color: #80BCD9;
}
</style>
border-color css
<style>
span { border-color: #80BCD9; }
span { border-color: rgb(128,188,217); }
td.TdClassName
{
border-color: #80BCD9;
}
.TagClassName
{
border-color: #80BCD9;
}
</style>