Shades of Seagull #80B1CE
Tints of Seagull #80B1CE
RGB
CMYK
RGB Variations
Color information
#80B1CE (or 0x80B1CE) is known color: Seagull. HEX triplet: 80, B1 and CE. RGB value is (128,177,206). Sum of RGB (Red+Green+Blue) = 128+177+206=511 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.05% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #80B1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80B1CE is #7F4E31. Grayscale: #A5A5A5. Windows color (decimal): -8343090 or 13545856. OLE color: 13545856.
HSL color Cylindrical-coordinate representation of color #80B1CE: hue angle of 202.31º 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 #80B1CE is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 177 | 206 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.19 |
| HSL | 202.31º | 0.44% | 0.65% | - |
| HSV(B) | 202.31º | 0.38% | 0.81% | - |
| XYZ | 35.76 | 40.49 | 64.32 | - |
| YUV | 165.66 | 150.77 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 177 | 206 | 0.38 | 0.14 | 0 | 0.19 | 202.31 | 0.44 | 0.65 |
| Hex | 80 | B1 | CE | 26 | E | 0 | 13 | CA | 2C | 41 |
| Octal | 200 | 261 | 316 | 46 | 16 | 0 | 23 | 312 | 54 | 101 |
| Binary | 10000000 | 10110001 | 11001110 | 100110 | 1110 | 0 | 10011 | 11001010 | 101100 | 1000001 |
Color Harmonies of #80B1CE
Complementary color
Monochromatic Colors of #80B1CE
Black with #80B1CE
Text Example
Text Example
White with #80B1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B1CE; }
p { color: rgb(128,177,206); }
H1.HeaderClassName
{
color: #80B1CE;
}
.AnyTagClassName
{
color: #80B1CE;
}
</style>
background-color css
<style>
a { background-color: #80B1CE; }
a { background-color: rgb(128,177,206); }
div.DivClassName
{
background-color: #80B1CE;
}
.BgClassName
{
background-color: #80B1CE;
}
</style>
border-color css
<style>
span { border-color: #80B1CE; }
span { border-color: rgb(128,177,206); }
td.TdClassName
{
border-color: #80B1CE;
}
.TagClassName
{
border-color: #80B1CE;
}
</style>