Shades of Seagull #80ACC8
Tints of Seagull #80ACC8
RGB
CMYK
RGB Variations
Color information
#80ACC8 (or 0x80ACC8) is known color: Seagull. HEX triplet: 80, AC and C8. RGB value is (128,172,200). Sum of RGB (Red+Green+Blue) = 128+172+200=500 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.6% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 200 (78.52% from 255 or 40% from 500); Max value from RGB is 200 - color contains mainly: blue. Hex color #80ACC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ACC8 is #7F5337. Grayscale: #A1A1A1. Windows color (decimal): -8344376 or 13151360. OLE color: 13151360.
HSL color Cylindrical-coordinate representation of color #80ACC8: hue angle of 203.33º 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 #80ACC8 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 172 | 200 | - |
| CMYK | 0.36 | 0.14 | 0 | 0.22 |
| HSL | 203.33º | 0.4% | 0.64% | - |
| HSV(B) | 203.33º | 0.36% | 0.78% | - |
| XYZ | 34.08 | 38.26 | 60.23 | - |
| YUV | 162.04 | 149.42 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 172 | 200 | 0.36 | 0.14 | 0 | 0.22 | 203.33 | 0.4 | 0.64 |
| Hex | 80 | AC | C8 | 24 | E | 0 | 16 | CB | 28 | 40 |
| Octal | 200 | 254 | 310 | 44 | 16 | 0 | 26 | 313 | 50 | 100 |
| Binary | 10000000 | 10101100 | 11001000 | 100100 | 1110 | 0 | 10110 | 11001011 | 101000 | 1000000 |
Color Harmonies of #80ACC8
Complementary color
Monochromatic Colors of #80ACC8
Black with #80ACC8
Text Example
Text Example
White with #80ACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ACC8; }
p { color: rgb(128,172,200); }
H1.HeaderClassName
{
color: #80ACC8;
}
.AnyTagClassName
{
color: #80ACC8;
}
</style>
background-color css
<style>
a { background-color: #80ACC8; }
a { background-color: rgb(128,172,200); }
div.DivClassName
{
background-color: #80ACC8;
}
.BgClassName
{
background-color: #80ACC8;
}
</style>
border-color css
<style>
span { border-color: #80ACC8; }
span { border-color: rgb(128,172,200); }
td.TdClassName
{
border-color: #80ACC8;
}
.TagClassName
{
border-color: #80ACC8;
}
</style>