Shades of Seagull #79ADC8
Tints of Seagull #79ADC8
RGB
CMYK
RGB Variations
Color information
#79ADC8 (or 0x79ADC8) is known color: Seagull. HEX triplet: 79, AD and C8. RGB value is (121,173,200). Sum of RGB (Red+Green+Blue) = 121+173+200=494 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.49% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 200 (78.52% from 255 or 40.49% from 494); Max value from RGB is 200 - color contains mainly: blue. Hex color #79ADC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ADC8 is #865237. Grayscale: #A0A0A0. Windows color (decimal): -8802872 or 13151609. OLE color: 13151609.
HSL color Cylindrical-coordinate representation of color #79ADC8: hue angle of 200.51º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #79ADC8 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 121 | 173 | 200 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.22 |
| HSL | 200.51º | 0.42% | 0.63% | - |
| HSV(B) | 200.51º | 0.4% | 0.78% | - |
| XYZ | 33.25 | 38.12 | 60.25 | - |
| YUV | 160.53 | 150.27 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 173 | 200 | 0.39 | 0.14 | 0 | 0.22 | 200.51 | 0.42 | 0.63 |
| Hex | 79 | AD | C8 | 27 | E | 0 | 16 | C9 | 2A | 3F |
| Octal | 171 | 255 | 310 | 47 | 16 | 0 | 26 | 311 | 52 | 77 |
| Binary | 1111001 | 10101101 | 11001000 | 100111 | 1110 | 0 | 10110 | 11001001 | 101010 | 111111 |
Color Harmonies of #79ADC8
Complementary color
Monochromatic Colors of #79ADC8
Black with #79ADC8
Text Example
Text Example
White with #79ADC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79ADC8; }
p { color: rgb(121,173,200); }
H1.HeaderClassName
{
color: #79ADC8;
}
.AnyTagClassName
{
color: #79ADC8;
}
</style>
background-color css
<style>
a { background-color: #79ADC8; }
a { background-color: rgb(121,173,200); }
div.DivClassName
{
background-color: #79ADC8;
}
.BgClassName
{
background-color: #79ADC8;
}
</style>
border-color css
<style>
span { border-color: #79ADC8; }
span { border-color: rgb(121,173,200); }
td.TdClassName
{
border-color: #79ADC8;
}
.TagClassName
{
border-color: #79ADC8;
}
</style>