Shades of Seagull #80BCDC
Tints of Seagull #80BCDC
RGB
CMYK
RGB Variations
Color information
#80BCDC (or 0x80BCDC) is known color: Seagull. HEX triplet: 80, BC and DC. RGB value is (128,188,220). Sum of RGB (Red+Green+Blue) = 128+188+220=536 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.88% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #80BCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BCDC is #7F4323. Grayscale: #ADADAD. Windows color (decimal): -8340260 or 14466176. OLE color: 14466176.
HSL color Cylindrical-coordinate representation of color #80BCDC: hue angle of 200.87º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80BCDC is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 188 | 220 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.14 |
| HSL | 200.87º | 0.57% | 0.68% | - |
| HSV(B) | 200.87º | 0.42% | 0.86% | - |
| XYZ | 39.8 | 45.72 | 74.44 | - |
| YUV | 173.71 | 154.12 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 220 | 0.42 | 0.15 | 0 | 0.14 | 200.87 | 0.57 | 0.68 |
| Hex | 80 | BC | DC | 2A | F | 0 | E | C9 | 39 | 44 |
| Octal | 200 | 274 | 334 | 52 | 17 | 0 | 16 | 311 | 71 | 104 |
| Binary | 10000000 | 10111100 | 11011100 | 101010 | 1111 | 0 | 1110 | 11001001 | 111001 | 1000100 |
Color Harmonies of #80BCDC
Complementary color
Monochromatic Colors of #80BCDC
Black with #80BCDC
Text Example
Text Example
White with #80BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BCDC; }
p { color: rgb(128,188,220); }
H1.HeaderClassName
{
color: #80BCDC;
}
.AnyTagClassName
{
color: #80BCDC;
}
</style>
background-color css
<style>
a { background-color: #80BCDC; }
a { background-color: rgb(128,188,220); }
div.DivClassName
{
background-color: #80BCDC;
}
.BgClassName
{
background-color: #80BCDC;
}
</style>
border-color css
<style>
span { border-color: #80BCDC; }
span { border-color: rgb(128,188,220); }
td.TdClassName
{
border-color: #80BCDC;
}
.TagClassName
{
border-color: #80BCDC;
}
</style>