Shades of Seagull #80B5CE
Tints of Seagull #80B5CE
RGB
CMYK
RGB Variations
Color information
#80B5CE (or 0x80B5CE) is known color: Seagull. HEX triplet: 80, B5 and CE. RGB value is (128,181,206). Sum of RGB (Red+Green+Blue) = 128+181+206=515 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.85% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #80B5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80B5CE is #7F4A31. Grayscale: #A7A7A7. Windows color (decimal): -8342066 or 13546880. OLE color: 13546880.
HSL color Cylindrical-coordinate representation of color #80B5CE: hue angle of 199.23º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80B5CE is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 181 | 206 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.19 |
| HSL | 199.23º | 0.44% | 0.65% | - |
| HSV(B) | 199.23º | 0.38% | 0.81% | - |
| XYZ | 36.57 | 42.09 | 64.59 | - |
| YUV | 168 | 149.44 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 181 | 206 | 0.38 | 0.12 | 0 | 0.19 | 199.23 | 0.44 | 0.65 |
| Hex | 80 | B5 | CE | 26 | C | 0 | 13 | C7 | 2C | 41 |
| Octal | 200 | 265 | 316 | 46 | 14 | 0 | 23 | 307 | 54 | 101 |
| Binary | 10000000 | 10110101 | 11001110 | 100110 | 1100 | 0 | 10011 | 11000111 | 101100 | 1000001 |
Color Harmonies of #80B5CE
Complementary color
Monochromatic Colors of #80B5CE
Black with #80B5CE
Text Example
Text Example
White with #80B5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B5CE; }
p { color: rgb(128,181,206); }
H1.HeaderClassName
{
color: #80B5CE;
}
.AnyTagClassName
{
color: #80B5CE;
}
</style>
background-color css
<style>
a { background-color: #80B5CE; }
a { background-color: rgb(128,181,206); }
div.DivClassName
{
background-color: #80B5CE;
}
.BgClassName
{
background-color: #80B5CE;
}
</style>
border-color css
<style>
span { border-color: #80B5CE; }
span { border-color: rgb(128,181,206); }
td.TdClassName
{
border-color: #80B5CE;
}
.TagClassName
{
border-color: #80B5CE;
}
</style>