Shades of Seagull #80BED9
Tints of Seagull #80BED9
RGB
CMYK
RGB Variations
Color information
#80BED9 (or 0x80BED9) is known color: Seagull. HEX triplet: 80, BE and D9. RGB value is (128,190,217). Sum of RGB (Red+Green+Blue) = 128+190+217=535 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.93% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 217 (85.16% from 255 or 40.56% from 535); Max value from RGB is 217 - color contains mainly: blue. Hex color #80BED9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BED9 is #7F4126. Grayscale: #AEAEAE. Windows color (decimal): -8339751 or 14270080. OLE color: 14270080.
HSL color Cylindrical-coordinate representation of color #80BED9: hue angle of 198.2º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80BED9 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 190 | 217 | - |
| CMYK | 0.41 | 0.12 | 0 | 0.15 |
| HSL | 198.2º | 0.54% | 0.68% | - |
| HSV(B) | 198.2º | 0.41% | 0.85% | - |
| XYZ | 39.84 | 46.43 | 72.51 | - |
| YUV | 174.54 | 151.96 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 190 | 217 | 0.41 | 0.12 | 0 | 0.15 | 198.2 | 0.54 | 0.68 |
| Hex | 80 | BE | D9 | 29 | C | 0 | F | C6 | 36 | 44 |
| Octal | 200 | 276 | 331 | 51 | 14 | 0 | 17 | 306 | 66 | 104 |
| Binary | 10000000 | 10111110 | 11011001 | 101001 | 1100 | 0 | 1111 | 11000110 | 110110 | 1000100 |
Color Harmonies of #80BED9
Complementary color
Monochromatic Colors of #80BED9
Black with #80BED9
Text Example
Text Example
White with #80BED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BED9; }
p { color: rgb(128,190,217); }
H1.HeaderClassName
{
color: #80BED9;
}
.AnyTagClassName
{
color: #80BED9;
}
</style>
background-color css
<style>
a { background-color: #80BED9; }
a { background-color: rgb(128,190,217); }
div.DivClassName
{
background-color: #80BED9;
}
.BgClassName
{
background-color: #80BED9;
}
</style>
border-color css
<style>
span { border-color: #80BED9; }
span { border-color: rgb(128,190,217); }
td.TdClassName
{
border-color: #80BED9;
}
.TagClassName
{
border-color: #80BED9;
}
</style>