Shades of Seagull #80B3CA
Tints of Seagull #80B3CA
RGB
CMYK
RGB Variations
Color information
#80B3CA (or 0x80B3CA) is known color: Seagull. HEX triplet: 80, B3 and CA. RGB value is (128,179,202). Sum of RGB (Red+Green+Blue) = 128+179+202=509 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.15% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #80B3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80B3CA is #7F4C35. Grayscale: #A6A6A6. Windows color (decimal): -8342582 or 13284224. OLE color: 13284224.
HSL color Cylindrical-coordinate representation of color #80B3CA: hue angle of 198.65º 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 #80B3CA is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 179 | 202 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.21 |
| HSL | 198.65º | 0.41% | 0.65% | - |
| HSV(B) | 198.65º | 0.37% | 0.79% | - |
| XYZ | 35.68 | 41.09 | 61.93 | - |
| YUV | 166.37 | 148.1 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 179 | 202 | 0.37 | 0.11 | 0 | 0.21 | 198.65 | 0.41 | 0.65 |
| Hex | 80 | B3 | CA | 25 | B | 0 | 15 | C7 | 29 | 41 |
| Octal | 200 | 263 | 312 | 45 | 13 | 0 | 25 | 307 | 51 | 101 |
| Binary | 10000000 | 10110011 | 11001010 | 100101 | 1011 | 0 | 10101 | 11000111 | 101001 | 1000001 |
Color Harmonies of #80B3CA
Complementary color
Monochromatic Colors of #80B3CA
Black with #80B3CA
Text Example
Text Example
White with #80B3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B3CA; }
p { color: rgb(128,179,202); }
H1.HeaderClassName
{
color: #80B3CA;
}
.AnyTagClassName
{
color: #80B3CA;
}
</style>
background-color css
<style>
a { background-color: #80B3CA; }
a { background-color: rgb(128,179,202); }
div.DivClassName
{
background-color: #80B3CA;
}
.BgClassName
{
background-color: #80B3CA;
}
</style>
border-color css
<style>
span { border-color: #80B3CA; }
span { border-color: rgb(128,179,202); }
td.TdClassName
{
border-color: #80B3CA;
}
.TagClassName
{
border-color: #80B3CA;
}
</style>