Shades of Seagull #79A8CB
Tints of Seagull #79A8CB
RGB
CMYK
RGB Variations
Color information
#79A8CB (or 0x79A8CB) is known color: Seagull. HEX triplet: 79, A8 and CB. RGB value is (121,168,203). Sum of RGB (Red+Green+Blue) = 121+168+203=492 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.59% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #79A8CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A8CB is #865734. Grayscale: #9D9D9D. Windows color (decimal): -8804149 or 13346937. OLE color: 13346937.
HSL color Cylindrical-coordinate representation of color #79A8CB: hue angle of 205.61º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79A8CB is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 168 | 203 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.20 |
| HSL | 205.61º | 0.44% | 0.64% | - |
| HSV(B) | 205.61º | 0.4% | 0.8% | - |
| XYZ | 32.67 | 36.38 | 61.8 | - |
| YUV | 157.94 | 153.43 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 168 | 203 | 0.40 | 0.17 | 0 | 0.20 | 205.61 | 0.44 | 0.64 |
| Hex | 79 | A8 | CB | 28 | 11 | 0 | 14 | CE | 2C | 40 |
| Octal | 171 | 250 | 313 | 50 | 21 | 0 | 24 | 316 | 54 | 100 |
| Binary | 1111001 | 10101000 | 11001011 | 101000 | 10001 | 0 | 10100 | 11001110 | 101100 | 1000000 |
Color Harmonies of #79A8CB
Complementary color
Monochromatic Colors of #79A8CB
Black with #79A8CB
Text Example
Text Example
White with #79A8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A8CB; }
p { color: rgb(121,168,203); }
H1.HeaderClassName
{
color: #79A8CB;
}
.AnyTagClassName
{
color: #79A8CB;
}
</style>
background-color css
<style>
a { background-color: #79A8CB; }
a { background-color: rgb(121,168,203); }
div.DivClassName
{
background-color: #79A8CB;
}
.BgClassName
{
background-color: #79A8CB;
}
</style>
border-color css
<style>
span { border-color: #79A8CB; }
span { border-color: rgb(121,168,203); }
td.TdClassName
{
border-color: #79A8CB;
}
.TagClassName
{
border-color: #79A8CB;
}
</style>