Shades of Seagull #79BDDB
Tints of Seagull #79BDDB
RGB
CMYK
RGB Variations
Color information
#79BDDB (or 0x79BDDB) is known color: Seagull. HEX triplet: 79, BD and DB. RGB value is (121,189,219). Sum of RGB (Red+Green+Blue) = 121+189+219=529 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.87% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #79BDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BDDB is #864224. Grayscale: #ABABAB. Windows color (decimal): -8798757 or 14400889. OLE color: 14400889.
HSL color Cylindrical-coordinate representation of color #79BDDB: hue angle of 198.37º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79BDDB is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 189 | 219 | - |
| CMYK | 0.45 | 0.14 | 0 | 0.14 |
| HSL | 198.37º | 0.58% | 0.67% | - |
| HSV(B) | 198.37º | 0.45% | 0.86% | - |
| XYZ | 38.87 | 45.57 | 73.77 | - |
| YUV | 172.09 | 154.47 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 189 | 219 | 0.45 | 0.14 | 0 | 0.14 | 198.37 | 0.58 | 0.67 |
| Hex | 79 | BD | DB | 2D | E | 0 | E | C6 | 3A | 43 |
| Octal | 171 | 275 | 333 | 55 | 16 | 0 | 16 | 306 | 72 | 103 |
| Binary | 1111001 | 10111101 | 11011011 | 101101 | 1110 | 0 | 1110 | 11000110 | 111010 | 1000011 |
Color Harmonies of #79BDDB
Complementary color
Monochromatic Colors of #79BDDB
Black with #79BDDB
Text Example
Text Example
White with #79BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BDDB; }
p { color: rgb(121,189,219); }
H1.HeaderClassName
{
color: #79BDDB;
}
.AnyTagClassName
{
color: #79BDDB;
}
</style>
background-color css
<style>
a { background-color: #79BDDB; }
a { background-color: rgb(121,189,219); }
div.DivClassName
{
background-color: #79BDDB;
}
.BgClassName
{
background-color: #79BDDB;
}
</style>
border-color css
<style>
span { border-color: #79BDDB; }
span { border-color: rgb(121,189,219); }
td.TdClassName
{
border-color: #79BDDB;
}
.TagClassName
{
border-color: #79BDDB;
}
</style>