Shades of Seagull #79B2CA
Tints of Seagull #79B2CA
RGB
CMYK
RGB Variations
Color information
#79B2CA (or 0x79B2CA) is known color: Seagull. HEX triplet: 79, B2 and CA. RGB value is (121,178,202). Sum of RGB (Red+Green+Blue) = 121+178+202=501 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.15% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #79B2CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79B2CA is #864D35. Grayscale: #A3A3A3. Windows color (decimal): -8801590 or 13283961. OLE color: 13283961.
HSL color Cylindrical-coordinate representation of color #79B2CA: hue angle of 197.78º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79B2CA is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 178 | 202 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.21 |
| HSL | 197.78º | 0.43% | 0.63% | - |
| HSV(B) | 197.78º | 0.4% | 0.79% | - |
| XYZ | 34.47 | 40.17 | 61.81 | - |
| YUV | 163.69 | 149.62 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 178 | 202 | 0.40 | 0.12 | 0 | 0.21 | 197.78 | 0.43 | 0.63 |
| Hex | 79 | B2 | CA | 28 | C | 0 | 15 | C6 | 2B | 3F |
| Octal | 171 | 262 | 312 | 50 | 14 | 0 | 25 | 306 | 53 | 77 |
| Binary | 1111001 | 10110010 | 11001010 | 101000 | 1100 | 0 | 10101 | 11000110 | 101011 | 111111 |
Color Harmonies of #79B2CA
Complementary color
Monochromatic Colors of #79B2CA
Black with #79B2CA
Text Example
Text Example
White with #79B2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B2CA; }
p { color: rgb(121,178,202); }
H1.HeaderClassName
{
color: #79B2CA;
}
.AnyTagClassName
{
color: #79B2CA;
}
</style>
background-color css
<style>
a { background-color: #79B2CA; }
a { background-color: rgb(121,178,202); }
div.DivClassName
{
background-color: #79B2CA;
}
.BgClassName
{
background-color: #79B2CA;
}
</style>
border-color css
<style>
span { border-color: #79B2CA; }
span { border-color: rgb(121,178,202); }
td.TdClassName
{
border-color: #79B2CA;
}
.TagClassName
{
border-color: #79B2CA;
}
</style>