Shades of Seagull #80BED5
Tints of Seagull #80BED5
RGB
CMYK
RGB Variations
Color information
#80BED5 (or 0x80BED5) is known color: Seagull. HEX triplet: 80, BE and D5. RGB value is (128,190,213). Sum of RGB (Red+Green+Blue) = 128+190+213=531 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.11% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 213 (83.59% from 255 or 40.11% from 531); Max value from RGB is 213 - color contains mainly: blue. Hex color #80BED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BED5 is #7F412A. Grayscale: #ADADAD. Windows color (decimal): -8339755 or 14007936. OLE color: 14007936.
HSL color Cylindrical-coordinate representation of color #80BED5: hue angle of 196.24º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80BED5 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 190 | 213 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.16 |
| HSL | 196.24º | 0.5% | 0.67% | - |
| HSV(B) | 196.24º | 0.4% | 0.84% | - |
| XYZ | 39.33 | 46.22 | 69.8 | - |
| YUV | 174.08 | 149.96 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 190 | 213 | 0.40 | 0.11 | 0 | 0.16 | 196.24 | 0.5 | 0.67 |
| Hex | 80 | BE | D5 | 28 | B | 0 | 10 | C4 | 32 | 43 |
| Octal | 200 | 276 | 325 | 50 | 13 | 0 | 20 | 304 | 62 | 103 |
| Binary | 10000000 | 10111110 | 11010101 | 101000 | 1011 | 0 | 10000 | 11000100 | 110010 | 1000011 |
Color Harmonies of #80BED5
Complementary color
Monochromatic Colors of #80BED5
Black with #80BED5
Text Example
Text Example
White with #80BED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BED5; }
p { color: rgb(128,190,213); }
H1.HeaderClassName
{
color: #80BED5;
}
.AnyTagClassName
{
color: #80BED5;
}
</style>
background-color css
<style>
a { background-color: #80BED5; }
a { background-color: rgb(128,190,213); }
div.DivClassName
{
background-color: #80BED5;
}
.BgClassName
{
background-color: #80BED5;
}
</style>
border-color css
<style>
span { border-color: #80BED5; }
span { border-color: rgb(128,190,213); }
td.TdClassName
{
border-color: #80BED5;
}
.TagClassName
{
border-color: #80BED5;
}
</style>