Shades of Seagull #80BBDB
Tints of Seagull #80BBDB
RGB
CMYK
RGB Variations
Color information
#80BBDB (or 0x80BBDB) is known color: Seagull. HEX triplet: 80, BB and DB. RGB value is (128,187,219). Sum of RGB (Red+Green+Blue) = 128+187+219=534 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.97% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #80BBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BBDB is #7F4424. Grayscale: #ACACAC. Windows color (decimal): -8340517 or 14400384. OLE color: 14400384.
HSL color Cylindrical-coordinate representation of color #80BBDB: hue angle of 201.1º 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 #80BBDB is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 187 | 219 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.14 |
| HSL | 201.1º | 0.56% | 0.68% | - |
| HSV(B) | 201.1º | 0.42% | 0.86% | - |
| XYZ | 39.46 | 45.24 | 73.67 | - |
| YUV | 173.01 | 153.95 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 187 | 219 | 0.42 | 0.15 | 0 | 0.14 | 201.1 | 0.56 | 0.68 |
| Hex | 80 | BB | DB | 2A | F | 0 | E | C9 | 38 | 44 |
| Octal | 200 | 273 | 333 | 52 | 17 | 0 | 16 | 311 | 70 | 104 |
| Binary | 10000000 | 10111011 | 11011011 | 101010 | 1111 | 0 | 1110 | 11001001 | 111000 | 1000100 |
Color Harmonies of #80BBDB
Complementary color
Monochromatic Colors of #80BBDB
Black with #80BBDB
Text Example
Text Example
White with #80BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BBDB; }
p { color: rgb(128,187,219); }
H1.HeaderClassName
{
color: #80BBDB;
}
.AnyTagClassName
{
color: #80BBDB;
}
</style>
background-color css
<style>
a { background-color: #80BBDB; }
a { background-color: rgb(128,187,219); }
div.DivClassName
{
background-color: #80BBDB;
}
.BgClassName
{
background-color: #80BBDB;
}
</style>
border-color css
<style>
span { border-color: #80BBDB; }
span { border-color: rgb(128,187,219); }
td.TdClassName
{
border-color: #80BBDB;
}
.TagClassName
{
border-color: #80BBDB;
}
</style>