Shades of Seagull #79AECB
Tints of Seagull #79AECB
RGB
CMYK
RGB Variations
Color information
#79AECB (or 0x79AECB) is known color: Seagull. HEX triplet: 79, AE and CB. RGB value is (121,174,203). Sum of RGB (Red+Green+Blue) = 121+174+203=498 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.30% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #79AECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79AECB is #865134. Grayscale: #A1A1A1. Windows color (decimal): -8802613 or 13348473. OLE color: 13348473.
HSL color Cylindrical-coordinate representation of color #79AECB: hue angle of 201.22º 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 #79AECB is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 174 | 203 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.20 |
| HSL | 201.22º | 0.44% | 0.64% | - |
| HSV(B) | 201.22º | 0.4% | 0.8% | - |
| XYZ | 33.8 | 38.65 | 62.18 | - |
| YUV | 161.46 | 151.44 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 174 | 203 | 0.40 | 0.14 | 0 | 0.20 | 201.22 | 0.44 | 0.64 |
| Hex | 79 | AE | CB | 28 | E | 0 | 14 | C9 | 2C | 40 |
| Octal | 171 | 256 | 313 | 50 | 16 | 0 | 24 | 311 | 54 | 100 |
| Binary | 1111001 | 10101110 | 11001011 | 101000 | 1110 | 0 | 10100 | 11001001 | 101100 | 1000000 |
Color Harmonies of #79AECB
Complementary color
Monochromatic Colors of #79AECB
Black with #79AECB
Text Example
Text Example
White with #79AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79AECB; }
p { color: rgb(121,174,203); }
H1.HeaderClassName
{
color: #79AECB;
}
.AnyTagClassName
{
color: #79AECB;
}
</style>
background-color css
<style>
a { background-color: #79AECB; }
a { background-color: rgb(121,174,203); }
div.DivClassName
{
background-color: #79AECB;
}
.BgClassName
{
background-color: #79AECB;
}
</style>
border-color css
<style>
span { border-color: #79AECB; }
span { border-color: rgb(121,174,203); }
td.TdClassName
{
border-color: #79AECB;
}
.TagClassName
{
border-color: #79AECB;
}
</style>