Shades of Seagull #79BBCC
Tints of Seagull #79BBCC
RGB
CMYK
RGB Variations
Color information
#79BBCC (or 0x79BBCC) is known color: Seagull. HEX triplet: 79, BB and CC. RGB value is (121,187,204). Sum of RGB (Red+Green+Blue) = 121+187+204=512 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.63% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #79BBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BBCC is #864433. Grayscale: #A9A9A9. Windows color (decimal): -8799284 or 13417337. OLE color: 13417337.
HSL color Cylindrical-coordinate representation of color #79BBCC: hue angle of 192.29º degrees, saturation: 0.45, 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 #79BBCC is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 121 | 187 | 204 | - |
| CMYK | 0.41 | 0.08 | 0 | 0.2 |
| HSL | 192.29º | 0.45% | 0.64% | - |
| HSV(B) | 192.29º | 0.41% | 0.8% | - |
| XYZ | 36.55 | 43.97 | 63.69 | - |
| YUV | 169.2 | 147.63 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 187 | 204 | 0.41 | 0.08 | 0 | 0.2 | 192.29 | 0.45 | 0.64 |
| Hex | 79 | BB | CC | 29 | 8 | 0 | 14 | C0 | 2D | 40 |
| Octal | 171 | 273 | 314 | 51 | 10 | 0 | 24 | 300 | 55 | 100 |
| Binary | 1111001 | 10111011 | 11001100 | 101001 | 1000 | 0 | 10100 | 11000000 | 101101 | 1000000 |
Color Harmonies of #79BBCC
Complementary color
Monochromatic Colors of #79BBCC
Black with #79BBCC
Text Example
Text Example
White with #79BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BBCC; }
p { color: rgb(121,187,204); }
H1.HeaderClassName
{
color: #79BBCC;
}
.AnyTagClassName
{
color: #79BBCC;
}
</style>
background-color css
<style>
a { background-color: #79BBCC; }
a { background-color: rgb(121,187,204); }
div.DivClassName
{
background-color: #79BBCC;
}
.BgClassName
{
background-color: #79BBCC;
}
</style>
border-color css
<style>
span { border-color: #79BBCC; }
span { border-color: rgb(121,187,204); }
td.TdClassName
{
border-color: #79BBCC;
}
.TagClassName
{
border-color: #79BBCC;
}
</style>