Shades of Seagull #80BADB
Tints of Seagull #80BADB
RGB
CMYK
RGB Variations
Color information
#80BADB (or 0x80BADB) is known color: Seagull. HEX triplet: 80, BA and DB. RGB value is (128,186,219). Sum of RGB (Red+Green+Blue) = 128+186+219=533 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.02% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #80BADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BADB is #7F4524. Grayscale: #ACACAC. Windows color (decimal): -8340773 or 14400128. OLE color: 14400128.
HSL color Cylindrical-coordinate representation of color #80BADB: hue angle of 201.76º degrees, saturation: 0.56, 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 #80BADB is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 186 | 219 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.14 |
| HSL | 201.76º | 0.56% | 0.68% | - |
| HSV(B) | 201.76º | 0.42% | 0.86% | - |
| XYZ | 39.25 | 44.82 | 73.6 | - |
| YUV | 172.42 | 154.28 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 186 | 219 | 0.42 | 0.15 | 0 | 0.14 | 201.76 | 0.56 | 0.68 |
| Hex | 80 | BA | DB | 2A | F | 0 | E | CA | 38 | 44 |
| Octal | 200 | 272 | 333 | 52 | 17 | 0 | 16 | 312 | 70 | 104 |
| Binary | 10000000 | 10111010 | 11011011 | 101010 | 1111 | 0 | 1110 | 11001010 | 111000 | 1000100 |
Color Harmonies of #80BADB
Complementary color
Monochromatic Colors of #80BADB
Black with #80BADB
Text Example
Text Example
White with #80BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BADB; }
p { color: rgb(128,186,219); }
H1.HeaderClassName
{
color: #80BADB;
}
.AnyTagClassName
{
color: #80BADB;
}
</style>
background-color css
<style>
a { background-color: #80BADB; }
a { background-color: rgb(128,186,219); }
div.DivClassName
{
background-color: #80BADB;
}
.BgClassName
{
background-color: #80BADB;
}
</style>
border-color css
<style>
span { border-color: #80BADB; }
span { border-color: rgb(128,186,219); }
td.TdClassName
{
border-color: #80BADB;
}
.TagClassName
{
border-color: #80BADB;
}
</style>