Shades of Seagull #79BED3
Tints of Seagull #79BED3
RGB
CMYK
RGB Variations
Color information
#79BED3 (or 0x79BED3) is known color: Seagull. HEX triplet: 79, BE and D3. RGB value is (121,190,211). Sum of RGB (Red+Green+Blue) = 121+190+211=522 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.18% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 211 (82.81% from 255 or 40.42% from 522); Max value from RGB is 211 - color contains mainly: blue. Hex color #79BED3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BED3 is #86412C. Grayscale: #ABABAB. Windows color (decimal): -8798509 or 13876857. OLE color: 13876857.
HSL color Cylindrical-coordinate representation of color #79BED3: hue angle of 194º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #79BED3 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 121 | 190 | 211 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.17 |
| HSL | 194º | 0.51% | 0.65% | - |
| HSV(B) | 194º | 0.43% | 0.83% | - |
| XYZ | 38.06 | 45.6 | 68.42 | - |
| YUV | 171.76 | 150.14 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 190 | 211 | 0.43 | 0.10 | 0 | 0.17 | 194 | 0.51 | 0.65 |
| Hex | 79 | BE | D3 | 2B | A | 0 | 11 | C2 | 33 | 41 |
| Octal | 171 | 276 | 323 | 53 | 12 | 0 | 21 | 302 | 63 | 101 |
| Binary | 1111001 | 10111110 | 11010011 | 101011 | 1010 | 0 | 10001 | 11000010 | 110011 | 1000001 |
Color Harmonies of #79BED3
Complementary color
Monochromatic Colors of #79BED3
Black with #79BED3
Text Example
Text Example
White with #79BED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BED3; }
p { color: rgb(121,190,211); }
H1.HeaderClassName
{
color: #79BED3;
}
.AnyTagClassName
{
color: #79BED3;
}
</style>
background-color css
<style>
a { background-color: #79BED3; }
a { background-color: rgb(121,190,211); }
div.DivClassName
{
background-color: #79BED3;
}
.BgClassName
{
background-color: #79BED3;
}
</style>
border-color css
<style>
span { border-color: #79BED3; }
span { border-color: rgb(121,190,211); }
td.TdClassName
{
border-color: #79BED3;
}
.TagClassName
{
border-color: #79BED3;
}
</style>