Shades of Seagull #79BAE0
Tints of Seagull #79BAE0
RGB
CMYK
RGB Variations
Color information
#79BAE0 (or 0x79BAE0) is known color: Seagull. HEX triplet: 79, BA and E0. RGB value is (121,186,224). Sum of RGB (Red+Green+Blue) = 121+186+224=531 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.79% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 224 - color contains mainly: blue. Hex color #79BAE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BAE0 is #86451F. Grayscale: #AAAAAA. Windows color (decimal): -8799520 or 14727801. OLE color: 14727801.
HSL color Cylindrical-coordinate representation of color #79BAE0: hue angle of 202.14º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #79BAE0 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 121 | 186 | 224 | - |
| CMYK | 0.46 | 0.17 | 0 | 0.12 |
| HSL | 202.14º | 0.62% | 0.68% | - |
| HSV(B) | 202.14º | 0.46% | 0.88% | - |
| XYZ | 38.9 | 44.56 | 77.07 | - |
| YUV | 170.9 | 157.97 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 186 | 224 | 0.46 | 0.17 | 0 | 0.12 | 202.14 | 0.62 | 0.68 |
| Hex | 79 | BA | E0 | 2E | 11 | 0 | C | CA | 3E | 44 |
| Octal | 171 | 272 | 340 | 56 | 21 | 0 | 14 | 312 | 76 | 104 |
| Binary | 1111001 | 10111010 | 11100000 | 101110 | 10001 | 0 | 1100 | 11001010 | 111110 | 1000100 |
Color Harmonies of #79BAE0
Complementary color
Monochromatic Colors of #79BAE0
Black with #79BAE0
Text Example
Text Example
White with #79BAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BAE0; }
p { color: rgb(121,186,224); }
H1.HeaderClassName
{
color: #79BAE0;
}
.AnyTagClassName
{
color: #79BAE0;
}
</style>
background-color css
<style>
a { background-color: #79BAE0; }
a { background-color: rgb(121,186,224); }
div.DivClassName
{
background-color: #79BAE0;
}
.BgClassName
{
background-color: #79BAE0;
}
</style>
border-color css
<style>
span { border-color: #79BAE0; }
span { border-color: rgb(121,186,224); }
td.TdClassName
{
border-color: #79BAE0;
}
.TagClassName
{
border-color: #79BAE0;
}
</style>