Shades of Seagull #80BED6
Tints of Seagull #80BED6
RGB
CMYK
RGB Variations
Color information
#80BED6 (or 0x80BED6) is known color: Seagull. HEX triplet: 80, BE and D6. RGB value is (128,190,214). Sum of RGB (Red+Green+Blue) = 128+190+214=532 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.06% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 214 (83.98% from 255 or 40.23% from 532); Max value from RGB is 214 - color contains mainly: blue. Hex color #80BED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BED6 is #7F4129. Grayscale: #AEAEAE. Windows color (decimal): -8339754 or 14073472. OLE color: 14073472.
HSL color Cylindrical-coordinate representation of color #80BED6: hue angle of 196.74º degrees, saturation: 0.51, 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 #80BED6 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 190 | 214 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.16 |
| HSL | 196.74º | 0.51% | 0.67% | - |
| HSV(B) | 196.74º | 0.4% | 0.84% | - |
| XYZ | 39.45 | 46.27 | 70.47 | - |
| YUV | 174.2 | 150.46 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 190 | 214 | 0.40 | 0.11 | 0 | 0.16 | 196.74 | 0.51 | 0.67 |
| Hex | 80 | BE | D6 | 28 | B | 0 | 10 | C5 | 33 | 43 |
| Octal | 200 | 276 | 326 | 50 | 13 | 0 | 20 | 305 | 63 | 103 |
| Binary | 10000000 | 10111110 | 11010110 | 101000 | 1011 | 0 | 10000 | 11000101 | 110011 | 1000011 |
Color Harmonies of #80BED6
Complementary color
Monochromatic Colors of #80BED6
Black with #80BED6
Text Example
Text Example
White with #80BED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BED6; }
p { color: rgb(128,190,214); }
H1.HeaderClassName
{
color: #80BED6;
}
.AnyTagClassName
{
color: #80BED6;
}
</style>
background-color css
<style>
a { background-color: #80BED6; }
a { background-color: rgb(128,190,214); }
div.DivClassName
{
background-color: #80BED6;
}
.BgClassName
{
background-color: #80BED6;
}
</style>
border-color css
<style>
span { border-color: #80BED6; }
span { border-color: rgb(128,190,214); }
td.TdClassName
{
border-color: #80BED6;
}
.TagClassName
{
border-color: #80BED6;
}
</style>