Shades of Seagull #79B9D7
Tints of Seagull #79B9D7
RGB
CMYK
RGB Variations
Color information
#79B9D7 (or 0x79B9D7) is known color: Seagull. HEX triplet: 79, B9 and D7. RGB value is (121,185,215). Sum of RGB (Red+Green+Blue) = 121+185+215=521 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.22% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #79B9D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79B9D7 is #864628. Grayscale: #A9A9A9. Windows color (decimal): -8799785 or 14137721. OLE color: 14137721.
HSL color Cylindrical-coordinate representation of color #79B9D7: hue angle of 199.15º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #79B9D7 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 121 | 185 | 215 | - |
| CMYK | 0.44 | 0.14 | 0 | 0.16 |
| HSL | 199.15º | 0.54% | 0.66% | - |
| HSV(B) | 199.15º | 0.44% | 0.84% | - |
| XYZ | 37.5 | 43.67 | 70.74 | - |
| YUV | 169.28 | 153.8 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 185 | 215 | 0.44 | 0.14 | 0 | 0.16 | 199.15 | 0.54 | 0.66 |
| Hex | 79 | B9 | D7 | 2C | E | 0 | 10 | C7 | 36 | 42 |
| Octal | 171 | 271 | 327 | 54 | 16 | 0 | 20 | 307 | 66 | 102 |
| Binary | 1111001 | 10111001 | 11010111 | 101100 | 1110 | 0 | 10000 | 11000111 | 110110 | 1000010 |
Color Harmonies of #79B9D7
Complementary color
Monochromatic Colors of #79B9D7
Black with #79B9D7
Text Example
Text Example
White with #79B9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B9D7; }
p { color: rgb(121,185,215); }
H1.HeaderClassName
{
color: #79B9D7;
}
.AnyTagClassName
{
color: #79B9D7;
}
</style>
background-color css
<style>
a { background-color: #79B9D7; }
a { background-color: rgb(121,185,215); }
div.DivClassName
{
background-color: #79B9D7;
}
.BgClassName
{
background-color: #79B9D7;
}
</style>
border-color css
<style>
span { border-color: #79B9D7; }
span { border-color: rgb(121,185,215); }
td.TdClassName
{
border-color: #79B9D7;
}
.TagClassName
{
border-color: #79B9D7;
}
</style>