Shades of Seagull #80B6C8
Tints of Seagull #80B6C8
RGB
CMYK
RGB Variations
Color information
#80B6C8 (or 0x80B6C8) is known color: Seagull. HEX triplet: 80, B6 and C8. RGB value is (128,182,200). Sum of RGB (Red+Green+Blue) = 128+182+200=510 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.10% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 200 - color contains mainly: blue. Hex color #80B6C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80B6C8 is #7F4937. Grayscale: #A7A7A7. Windows color (decimal): -8341816 or 13153920. OLE color: 13153920.
HSL color Cylindrical-coordinate representation of color #80B6C8: hue angle of 195º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80B6C8 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 182 | 200 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.22 |
| HSL | 195º | 0.4% | 0.64% | - |
| HSV(B) | 195º | 0.36% | 0.78% | - |
| XYZ | 36.06 | 42.22 | 60.89 | - |
| YUV | 167.91 | 146.11 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 182 | 200 | 0.36 | 0.09 | 0 | 0.22 | 195 | 0.4 | 0.64 |
| Hex | 80 | B6 | C8 | 24 | 9 | 0 | 16 | C3 | 28 | 40 |
| Octal | 200 | 266 | 310 | 44 | 11 | 0 | 26 | 303 | 50 | 100 |
| Binary | 10000000 | 10110110 | 11001000 | 100100 | 1001 | 0 | 10110 | 11000011 | 101000 | 1000000 |
Color Harmonies of #80B6C8
Complementary color
Monochromatic Colors of #80B6C8
Black with #80B6C8
Text Example
Text Example
White with #80B6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B6C8; }
p { color: rgb(128,182,200); }
H1.HeaderClassName
{
color: #80B6C8;
}
.AnyTagClassName
{
color: #80B6C8;
}
</style>
background-color css
<style>
a { background-color: #80B6C8; }
a { background-color: rgb(128,182,200); }
div.DivClassName
{
background-color: #80B6C8;
}
.BgClassName
{
background-color: #80B6C8;
}
</style>
border-color css
<style>
span { border-color: #80B6C8; }
span { border-color: rgb(128,182,200); }
td.TdClassName
{
border-color: #80B6C8;
}
.TagClassName
{
border-color: #80B6C8;
}
</style>