Shades of Seagull #80BACA
Tints of Seagull #80BACA
RGB
CMYK
RGB Variations
Color information
#80BACA (or 0x80BACA) is known color: Seagull. HEX triplet: 80, BA and CA. RGB value is (128,186,202). Sum of RGB (Red+Green+Blue) = 128+186+202=516 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.81% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #80BACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BACA is #7F4535. Grayscale: #AAAAAA. Windows color (decimal): -8340790 or 13286016. OLE color: 13286016.
HSL color Cylindrical-coordinate representation of color #80BACA: hue angle of 192.97º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80BACA is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 186 | 202 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.21 |
| HSL | 192.97º | 0.41% | 0.65% | - |
| HSV(B) | 192.97º | 0.37% | 0.79% | - |
| XYZ | 37.12 | 43.97 | 62.41 | - |
| YUV | 170.48 | 145.78 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 186 | 202 | 0.37 | 0.08 | 0 | 0.21 | 192.97 | 0.41 | 0.65 |
| Hex | 80 | BA | CA | 25 | 8 | 0 | 15 | C1 | 29 | 41 |
| Octal | 200 | 272 | 312 | 45 | 10 | 0 | 25 | 301 | 51 | 101 |
| Binary | 10000000 | 10111010 | 11001010 | 100101 | 1000 | 0 | 10101 | 11000001 | 101001 | 1000001 |
Color Harmonies of #80BACA
Complementary color
Monochromatic Colors of #80BACA
Black with #80BACA
Text Example
Text Example
White with #80BACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BACA; }
p { color: rgb(128,186,202); }
H1.HeaderClassName
{
color: #80BACA;
}
.AnyTagClassName
{
color: #80BACA;
}
</style>
background-color css
<style>
a { background-color: #80BACA; }
a { background-color: rgb(128,186,202); }
div.DivClassName
{
background-color: #80BACA;
}
.BgClassName
{
background-color: #80BACA;
}
</style>
border-color css
<style>
span { border-color: #80BACA; }
span { border-color: rgb(128,186,202); }
td.TdClassName
{
border-color: #80BACA;
}
.TagClassName
{
border-color: #80BACA;
}
</style>