Shades of Seagull #80BEDA
Tints of Seagull #80BEDA
RGB
CMYK
RGB Variations
Color information
#80BEDA (or 0x80BEDA) is known color: Seagull. HEX triplet: 80, BE and DA. RGB value is (128,190,218). Sum of RGB (Red+Green+Blue) = 128+190+218=536 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.88% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #80BEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BEDA is #7F4125. Grayscale: #AEAEAE. Windows color (decimal): -8339750 or 14335616. OLE color: 14335616.
HSL color Cylindrical-coordinate representation of color #80BEDA: hue angle of 198.67º degrees, saturation: 0.55, 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 #80BEDA is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 190 | 218 | - |
| CMYK | 0.41 | 0.13 | 0 | 0.15 |
| HSL | 198.67º | 0.55% | 0.68% | - |
| HSV(B) | 198.67º | 0.41% | 0.85% | - |
| XYZ | 39.97 | 46.48 | 73.19 | - |
| YUV | 174.65 | 152.46 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 190 | 218 | 0.41 | 0.13 | 0 | 0.15 | 198.67 | 0.55 | 0.68 |
| Hex | 80 | BE | DA | 29 | D | 0 | F | C7 | 37 | 44 |
| Octal | 200 | 276 | 332 | 51 | 15 | 0 | 17 | 307 | 67 | 104 |
| Binary | 10000000 | 10111110 | 11011010 | 101001 | 1101 | 0 | 1111 | 11000111 | 110111 | 1000100 |
Color Harmonies of #80BEDA
Complementary color
Monochromatic Colors of #80BEDA
Black with #80BEDA
Text Example
Text Example
White with #80BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BEDA; }
p { color: rgb(128,190,218); }
H1.HeaderClassName
{
color: #80BEDA;
}
.AnyTagClassName
{
color: #80BEDA;
}
</style>
background-color css
<style>
a { background-color: #80BEDA; }
a { background-color: rgb(128,190,218); }
div.DivClassName
{
background-color: #80BEDA;
}
.BgClassName
{
background-color: #80BEDA;
}
</style>
border-color css
<style>
span { border-color: #80BEDA; }
span { border-color: rgb(128,190,218); }
td.TdClassName
{
border-color: #80BEDA;
}
.TagClassName
{
border-color: #80BEDA;
}
</style>