Shades of Seagull #79AFC8
Tints of Seagull #79AFC8
RGB
CMYK
RGB Variations
Color information
#79AFC8 (or 0x79AFC8) is known color: Seagull. HEX triplet: 79, AF and C8. RGB value is (121,175,200). Sum of RGB (Red+Green+Blue) = 121+175+200=496 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.40% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 200 (78.52% from 255 or 40.32% from 496); Max value from RGB is 200 - color contains mainly: blue. Hex color #79AFC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79AFC8 is #865037. Grayscale: #A1A1A1. Windows color (decimal): -8802360 or 13152121. OLE color: 13152121.
HSL color Cylindrical-coordinate representation of color #79AFC8: hue angle of 198.99º 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 #79AFC8 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 121 | 175 | 200 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.22 |
| HSL | 198.99º | 0.42% | 0.63% | - |
| HSV(B) | 198.99º | 0.4% | 0.78% | - |
| XYZ | 33.64 | 38.9 | 60.38 | - |
| YUV | 161.7 | 149.61 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 175 | 200 | 0.39 | 0.12 | 0 | 0.22 | 198.99 | 0.42 | 0.63 |
| Hex | 79 | AF | C8 | 27 | C | 0 | 16 | C7 | 2A | 3F |
| Octal | 171 | 257 | 310 | 47 | 14 | 0 | 26 | 307 | 52 | 77 |
| Binary | 1111001 | 10101111 | 11001000 | 100111 | 1100 | 0 | 10110 | 11000111 | 101010 | 111111 |
Color Harmonies of #79AFC8
Complementary color
Monochromatic Colors of #79AFC8
Black with #79AFC8
Text Example
Text Example
White with #79AFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79AFC8; }
p { color: rgb(121,175,200); }
H1.HeaderClassName
{
color: #79AFC8;
}
.AnyTagClassName
{
color: #79AFC8;
}
</style>
background-color css
<style>
a { background-color: #79AFC8; }
a { background-color: rgb(121,175,200); }
div.DivClassName
{
background-color: #79AFC8;
}
.BgClassName
{
background-color: #79AFC8;
}
</style>
border-color css
<style>
span { border-color: #79AFC8; }
span { border-color: rgb(121,175,200); }
td.TdClassName
{
border-color: #79AFC8;
}
.TagClassName
{
border-color: #79AFC8;
}
</style>