Shades of Seagull #80B7DA
Tints of Seagull #80B7DA
RGB
CMYK
RGB Variations
Color information
#80B7DA (or 0x80B7DA) is known color: Seagull. HEX triplet: 80, B7 and DA. RGB value is (128,183,218). Sum of RGB (Red+Green+Blue) = 128+183+218=529 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.20% from 529); Green value is 183 (71.88% from 255 or 34.59% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #80B7DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80B7DA is #7F4825. Grayscale: #AAAAAA. Windows color (decimal): -8341542 or 14333824. OLE color: 14333824.
HSL color Cylindrical-coordinate representation of color #80B7DA: hue angle of 203.33º 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 #80B7DA is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 183 | 218 | - |
| CMYK | 0.41 | 0.16 | 0 | 0.15 |
| HSL | 203.33º | 0.55% | 0.68% | - |
| HSV(B) | 203.33º | 0.41% | 0.85% | - |
| XYZ | 38.49 | 43.52 | 72.7 | - |
| YUV | 170.55 | 154.78 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 183 | 218 | 0.41 | 0.16 | 0 | 0.15 | 203.33 | 0.55 | 0.68 |
| Hex | 80 | B7 | DA | 29 | 10 | 0 | F | CB | 37 | 44 |
| Octal | 200 | 267 | 332 | 51 | 20 | 0 | 17 | 313 | 67 | 104 |
| Binary | 10000000 | 10110111 | 11011010 | 101001 | 10000 | 0 | 1111 | 11001011 | 110111 | 1000100 |
Color Harmonies of #80B7DA
Complementary color
Monochromatic Colors of #80B7DA
Black with #80B7DA
Text Example
Text Example
White with #80B7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B7DA; }
p { color: rgb(128,183,218); }
H1.HeaderClassName
{
color: #80B7DA;
}
.AnyTagClassName
{
color: #80B7DA;
}
</style>
background-color css
<style>
a { background-color: #80B7DA; }
a { background-color: rgb(128,183,218); }
div.DivClassName
{
background-color: #80B7DA;
}
.BgClassName
{
background-color: #80B7DA;
}
</style>
border-color css
<style>
span { border-color: #80B7DA; }
span { border-color: rgb(128,183,218); }
td.TdClassName
{
border-color: #80B7DA;
}
.TagClassName
{
border-color: #80B7DA;
}
</style>