Shades of Seagull #80BBCD
Tints of Seagull #80BBCD
RGB
CMYK
RGB Variations
Color information
#80BBCD (or 0x80BBCD) is known color: Seagull. HEX triplet: 80, BB and CD. RGB value is (128,187,205). Sum of RGB (Red+Green+Blue) = 128+187+205=520 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.62% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #80BBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BBCD is #7F4432. Grayscale: #ABABAB. Windows color (decimal): -8340531 or 13482880. OLE color: 13482880.
HSL color Cylindrical-coordinate representation of color #80BBCD: hue angle of 194.03º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80BBCD is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 187 | 205 | - |
| CMYK | 0.38 | 0.09 | 0 | 0.20 |
| HSL | 194.03º | 0.44% | 0.65% | - |
| HSV(B) | 194.03º | 0.38% | 0.8% | - |
| XYZ | 37.69 | 44.54 | 64.37 | - |
| YUV | 171.41 | 146.95 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 205 | 0.38 | 0.09 | 0 | 0.20 | 194.03 | 0.44 | 0.65 |
| Hex | 80 | BB | CD | 26 | 9 | 0 | 14 | C2 | 2C | 41 |
| Octal | 200 | 273 | 315 | 46 | 11 | 0 | 24 | 302 | 54 | 101 |
| Binary | 10000000 | 10111011 | 11001101 | 100110 | 1001 | 0 | 10100 | 11000010 | 101100 | 1000001 |
Color Harmonies of #80BBCD
Complementary color
Monochromatic Colors of #80BBCD
Black with #80BBCD
Text Example
Text Example
White with #80BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BBCD; }
p { color: rgb(128,187,205); }
H1.HeaderClassName
{
color: #80BBCD;
}
.AnyTagClassName
{
color: #80BBCD;
}
</style>
background-color css
<style>
a { background-color: #80BBCD; }
a { background-color: rgb(128,187,205); }
div.DivClassName
{
background-color: #80BBCD;
}
.BgClassName
{
background-color: #80BBCD;
}
</style>
border-color css
<style>
span { border-color: #80BBCD; }
span { border-color: rgb(128,187,205); }
td.TdClassName
{
border-color: #80BBCD;
}
.TagClassName
{
border-color: #80BBCD;
}
</style>