Shades of Seagull #80B8CA
Tints of Seagull #80B8CA
RGB
CMYK
RGB Variations
Color information
#80B8CA (or 0x80B8CA) is known color: Seagull. HEX triplet: 80, B8 and CA. RGB value is (128,184,202). Sum of RGB (Red+Green+Blue) = 128+184+202=514 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.90% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #80B8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80B8CA is #7F4735. Grayscale: #A9A9A9. Windows color (decimal): -8341302 or 13285504. OLE color: 13285504.
HSL color Cylindrical-coordinate representation of color #80B8CA: hue angle of 194.59º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80B8CA is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 184 | 202 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.21 |
| HSL | 194.59º | 0.41% | 0.65% | - |
| HSV(B) | 194.59º | 0.37% | 0.79% | - |
| XYZ | 36.7 | 43.13 | 62.27 | - |
| YUV | 169.31 | 146.45 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 184 | 202 | 0.37 | 0.09 | 0 | 0.21 | 194.59 | 0.41 | 0.65 |
| Hex | 80 | B8 | CA | 25 | 9 | 0 | 15 | C3 | 29 | 41 |
| Octal | 200 | 270 | 312 | 45 | 11 | 0 | 25 | 303 | 51 | 101 |
| Binary | 10000000 | 10111000 | 11001010 | 100101 | 1001 | 0 | 10101 | 11000011 | 101001 | 1000001 |
Color Harmonies of #80B8CA
Complementary color
Monochromatic Colors of #80B8CA
Black with #80B8CA
Text Example
Text Example
White with #80B8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B8CA; }
p { color: rgb(128,184,202); }
H1.HeaderClassName
{
color: #80B8CA;
}
.AnyTagClassName
{
color: #80B8CA;
}
</style>
background-color css
<style>
a { background-color: #80B8CA; }
a { background-color: rgb(128,184,202); }
div.DivClassName
{
background-color: #80B8CA;
}
.BgClassName
{
background-color: #80B8CA;
}
</style>
border-color css
<style>
span { border-color: #80B8CA; }
span { border-color: rgb(128,184,202); }
td.TdClassName
{
border-color: #80B8CA;
}
.TagClassName
{
border-color: #80B8CA;
}
</style>