Shades of Seagull #80C1CE
Tints of Seagull #80C1CE
RGB
CMYK
RGB Variations
Color information
#80C1CE (or 0x80C1CE) is known color: Seagull. HEX triplet: 80, C1 and CE. RGB value is (128,193,206). Sum of RGB (Red+Green+Blue) = 128+193+206=527 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.29% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #80C1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C1CE is #7F3E31. Grayscale: #AEAEAE. Windows color (decimal): -8338994 or 13549952. OLE color: 13549952.
HSL color Cylindrical-coordinate representation of color #80C1CE: hue angle of 190º 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 #80C1CE is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 193 | 206 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.19 |
| HSL | 190º | 0.44% | 0.65% | - |
| HSV(B) | 190º | 0.38% | 0.81% | - |
| XYZ | 39.11 | 47.19 | 65.44 | - |
| YUV | 175.05 | 145.47 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 193 | 206 | 0.38 | 0.06 | 0 | 0.19 | 190 | 0.44 | 0.65 |
| Hex | 80 | C1 | CE | 26 | 6 | 0 | 13 | BE | 2C | 41 |
| Octal | 200 | 301 | 316 | 46 | 6 | 0 | 23 | 276 | 54 | 101 |
| Binary | 10000000 | 11000001 | 11001110 | 100110 | 110 | 0 | 10011 | 10111110 | 101100 | 1000001 |
Color Harmonies of #80C1CE
Complementary color
Monochromatic Colors of #80C1CE
Black with #80C1CE
Text Example
Text Example
White with #80C1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C1CE; }
p { color: rgb(128,193,206); }
H1.HeaderClassName
{
color: #80C1CE;
}
.AnyTagClassName
{
color: #80C1CE;
}
</style>
background-color css
<style>
a { background-color: #80C1CE; }
a { background-color: rgb(128,193,206); }
div.DivClassName
{
background-color: #80C1CE;
}
.BgClassName
{
background-color: #80C1CE;
}
</style>
border-color css
<style>
span { border-color: #80C1CE; }
span { border-color: rgb(128,193,206); }
td.TdClassName
{
border-color: #80C1CE;
}
.TagClassName
{
border-color: #80C1CE;
}
</style>