Shades of Seagull #80B8DB
Tints of Seagull #80B8DB
RGB
CMYK
RGB Variations
Color information
#80B8DB (or 0x80B8DB) is known color: Seagull. HEX triplet: 80, B8 and DB. RGB value is (128,184,219). Sum of RGB (Red+Green+Blue) = 128+184+219=531 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.11% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #80B8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80B8DB is #7F4724. Grayscale: #ABABAB. Windows color (decimal): -8341285 or 14399616. OLE color: 14399616.
HSL color Cylindrical-coordinate representation of color #80B8DB: hue angle of 203.08º 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 #80B8DB is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 184 | 219 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.14 |
| HSL | 203.08º | 0.56% | 0.68% | - |
| HSV(B) | 203.08º | 0.42% | 0.86% | - |
| XYZ | 38.83 | 43.98 | 73.46 | - |
| YUV | 171.25 | 154.95 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 184 | 219 | 0.42 | 0.16 | 0 | 0.14 | 203.08 | 0.56 | 0.68 |
| Hex | 80 | B8 | DB | 2A | 10 | 0 | E | CB | 38 | 44 |
| Octal | 200 | 270 | 333 | 52 | 20 | 0 | 16 | 313 | 70 | 104 |
| Binary | 10000000 | 10111000 | 11011011 | 101010 | 10000 | 0 | 1110 | 11001011 | 111000 | 1000100 |
Color Harmonies of #80B8DB
Complementary color
Monochromatic Colors of #80B8DB
Black with #80B8DB
Text Example
Text Example
White with #80B8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B8DB; }
p { color: rgb(128,184,219); }
H1.HeaderClassName
{
color: #80B8DB;
}
.AnyTagClassName
{
color: #80B8DB;
}
</style>
background-color css
<style>
a { background-color: #80B8DB; }
a { background-color: rgb(128,184,219); }
div.DivClassName
{
background-color: #80B8DB;
}
.BgClassName
{
background-color: #80B8DB;
}
</style>
border-color css
<style>
span { border-color: #80B8DB; }
span { border-color: rgb(128,184,219); }
td.TdClassName
{
border-color: #80B8DB;
}
.TagClassName
{
border-color: #80B8DB;
}
</style>