Shades of Seagull #79BBCD
Tints of Seagull #79BBCD
RGB
CMYK
RGB Variations
Color information
#79BBCD (or 0x79BBCD) is known color: Seagull. HEX triplet: 79, BB and CD. RGB value is (121,187,205). Sum of RGB (Red+Green+Blue) = 121+187+205=513 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.59% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #79BBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BBCD is #864432. Grayscale: #A9A9A9. Windows color (decimal): -8799283 or 13482873. OLE color: 13482873.
HSL color Cylindrical-coordinate representation of color #79BBCD: hue angle of 192.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #79BBCD is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 187 | 205 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.20 |
| HSL | 192.86º | 0.46% | 0.64% | - |
| HSV(B) | 192.86º | 0.41% | 0.8% | - |
| XYZ | 36.67 | 44.01 | 64.32 | - |
| YUV | 169.32 | 148.13 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 187 | 205 | 0.41 | 0.09 | 0 | 0.20 | 192.86 | 0.46 | 0.64 |
| Hex | 79 | BB | CD | 29 | 9 | 0 | 14 | C1 | 2E | 40 |
| Octal | 171 | 273 | 315 | 51 | 11 | 0 | 24 | 301 | 56 | 100 |
| Binary | 1111001 | 10111011 | 11001101 | 101001 | 1001 | 0 | 10100 | 11000001 | 101110 | 1000000 |
Color Harmonies of #79BBCD
Complementary color
Monochromatic Colors of #79BBCD
Black with #79BBCD
Text Example
Text Example
White with #79BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BBCD; }
p { color: rgb(121,187,205); }
H1.HeaderClassName
{
color: #79BBCD;
}
.AnyTagClassName
{
color: #79BBCD;
}
</style>
background-color css
<style>
a { background-color: #79BBCD; }
a { background-color: rgb(121,187,205); }
div.DivClassName
{
background-color: #79BBCD;
}
.BgClassName
{
background-color: #79BBCD;
}
</style>
border-color css
<style>
span { border-color: #79BBCD; }
span { border-color: rgb(121,187,205); }
td.TdClassName
{
border-color: #79BBCD;
}
.TagClassName
{
border-color: #79BBCD;
}
</style>