Shades of Seagull #79ACC8
Tints of Seagull #79ACC8
RGB
CMYK
RGB Variations
Color information
#79ACC8 (or 0x79ACC8) is known color: Seagull. HEX triplet: 79, AC and C8. RGB value is (121,172,200). Sum of RGB (Red+Green+Blue) = 121+172+200=493 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.54% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 200 (78.52% from 255 or 40.57% from 493); Max value from RGB is 200 - color contains mainly: blue. Hex color #79ACC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ACC8 is #865337. Grayscale: #9F9F9F. Windows color (decimal): -8803128 or 13151353. OLE color: 13151353.
HSL color Cylindrical-coordinate representation of color #79ACC8: hue angle of 201.27º 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 #79ACC8 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 121 | 172 | 200 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.22 |
| HSL | 201.27º | 0.42% | 0.63% | - |
| HSV(B) | 201.27º | 0.4% | 0.78% | - |
| XYZ | 33.06 | 37.74 | 60.19 | - |
| YUV | 159.94 | 150.6 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 172 | 200 | 0.39 | 0.14 | 0 | 0.22 | 201.27 | 0.42 | 0.63 |
| Hex | 79 | AC | C8 | 27 | E | 0 | 16 | C9 | 2A | 3F |
| Octal | 171 | 254 | 310 | 47 | 16 | 0 | 26 | 311 | 52 | 77 |
| Binary | 1111001 | 10101100 | 11001000 | 100111 | 1110 | 0 | 10110 | 11001001 | 101010 | 111111 |
Color Harmonies of #79ACC8
Complementary color
Monochromatic Colors of #79ACC8
Black with #79ACC8
Text Example
Text Example
White with #79ACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79ACC8; }
p { color: rgb(121,172,200); }
H1.HeaderClassName
{
color: #79ACC8;
}
.AnyTagClassName
{
color: #79ACC8;
}
</style>
background-color css
<style>
a { background-color: #79ACC8; }
a { background-color: rgb(121,172,200); }
div.DivClassName
{
background-color: #79ACC8;
}
.BgClassName
{
background-color: #79ACC8;
}
</style>
border-color css
<style>
span { border-color: #79ACC8; }
span { border-color: rgb(121,172,200); }
td.TdClassName
{
border-color: #79ACC8;
}
.TagClassName
{
border-color: #79ACC8;
}
</style>