Shades of Seagull #80ADC7
Tints of Seagull #80ADC7
RGB
CMYK
RGB Variations
Color information
#80ADC7 (or 0x80ADC7) is known color: Seagull. HEX triplet: 80, AD and C7. RGB value is (128,173,199). Sum of RGB (Red+Green+Blue) = 128+173+199=500 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.6% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 199 (78.12% from 255 or 39.8% from 500); Max value from RGB is 199 - color contains mainly: blue. Hex color #80ADC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ADC7 is #7F5238. Grayscale: #A2A2A2. Windows color (decimal): -8344121 or 13086080. OLE color: 13086080.
HSL color Cylindrical-coordinate representation of color #80ADC7: hue angle of 201.97º degrees, saturation: 0.39, 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 #80ADC7 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 173 | 199 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.22 |
| HSL | 201.97º | 0.39% | 0.64% | - |
| HSV(B) | 201.97º | 0.36% | 0.78% | - |
| XYZ | 34.15 | 38.6 | 59.68 | - |
| YUV | 162.51 | 148.59 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 199 | 0.36 | 0.13 | 0 | 0.22 | 201.97 | 0.39 | 0.64 |
| Hex | 80 | AD | C7 | 24 | D | 0 | 16 | CA | 27 | 40 |
| Octal | 200 | 255 | 307 | 44 | 15 | 0 | 26 | 312 | 47 | 100 |
| Binary | 10000000 | 10101101 | 11000111 | 100100 | 1101 | 0 | 10110 | 11001010 | 100111 | 1000000 |
Color Harmonies of #80ADC7
Complementary color
Monochromatic Colors of #80ADC7
Black with #80ADC7
Text Example
Text Example
White with #80ADC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ADC7; }
p { color: rgb(128,173,199); }
H1.HeaderClassName
{
color: #80ADC7;
}
.AnyTagClassName
{
color: #80ADC7;
}
</style>
background-color css
<style>
a { background-color: #80ADC7; }
a { background-color: rgb(128,173,199); }
div.DivClassName
{
background-color: #80ADC7;
}
.BgClassName
{
background-color: #80ADC7;
}
</style>
border-color css
<style>
span { border-color: #80ADC7; }
span { border-color: rgb(128,173,199); }
td.TdClassName
{
border-color: #80ADC7;
}
.TagClassName
{
border-color: #80ADC7;
}
</style>