Shades of Seagull #80B8CE
Tints of Seagull #80B8CE
RGB
CMYK
RGB Variations
Color information
#80B8CE (or 0x80B8CE) is known color: Seagull. HEX triplet: 80, B8 and CE. RGB value is (128,184,206). Sum of RGB (Red+Green+Blue) = 128+184+206=518 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.71% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #80B8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80B8CE is #7F4731. Grayscale: #A9A9A9. Windows color (decimal): -8341298 or 13547648. OLE color: 13547648.
HSL color Cylindrical-coordinate representation of color #80B8CE: hue angle of 196.92º 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 #80B8CE is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 184 | 206 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.19 |
| HSL | 196.92º | 0.44% | 0.65% | - |
| HSV(B) | 196.92º | 0.38% | 0.81% | - |
| XYZ | 37.18 | 43.33 | 64.8 | - |
| YUV | 169.76 | 148.45 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 184 | 206 | 0.38 | 0.11 | 0 | 0.19 | 196.92 | 0.44 | 0.65 |
| Hex | 80 | B8 | CE | 26 | B | 0 | 13 | C5 | 2C | 41 |
| Octal | 200 | 270 | 316 | 46 | 13 | 0 | 23 | 305 | 54 | 101 |
| Binary | 10000000 | 10111000 | 11001110 | 100110 | 1011 | 0 | 10011 | 11000101 | 101100 | 1000001 |
Color Harmonies of #80B8CE
Complementary color
Monochromatic Colors of #80B8CE
Black with #80B8CE
Text Example
Text Example
White with #80B8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B8CE; }
p { color: rgb(128,184,206); }
H1.HeaderClassName
{
color: #80B8CE;
}
.AnyTagClassName
{
color: #80B8CE;
}
</style>
background-color css
<style>
a { background-color: #80B8CE; }
a { background-color: rgb(128,184,206); }
div.DivClassName
{
background-color: #80B8CE;
}
.BgClassName
{
background-color: #80B8CE;
}
</style>
border-color css
<style>
span { border-color: #80B8CE; }
span { border-color: rgb(128,184,206); }
td.TdClassName
{
border-color: #80B8CE;
}
.TagClassName
{
border-color: #80B8CE;
}
</style>