Shades of Seagull #79BEDC
Tints of Seagull #79BEDC
RGB
CMYK
RGB Variations
Color information
#79BEDC (or 0x79BEDC) is known color: Seagull. HEX triplet: 79, BE and DC. RGB value is (121,190,220). Sum of RGB (Red+Green+Blue) = 121+190+220=531 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.79% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #79BEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BEDC is #864123. Grayscale: #ACACAC. Windows color (decimal): -8798500 or 14466681. OLE color: 14466681.
HSL color Cylindrical-coordinate representation of color #79BEDC: hue angle of 198.18º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79BEDC is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 190 | 220 | - |
| CMYK | 0.45 | 0.14 | 0 | 0.14 |
| HSL | 198.18º | 0.59% | 0.67% | - |
| HSV(B) | 198.18º | 0.45% | 0.86% | - |
| XYZ | 39.22 | 46.06 | 74.53 | - |
| YUV | 172.79 | 154.64 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 190 | 220 | 0.45 | 0.14 | 0 | 0.14 | 198.18 | 0.59 | 0.67 |
| Hex | 79 | BE | DC | 2D | E | 0 | E | C6 | 3B | 43 |
| Octal | 171 | 276 | 334 | 55 | 16 | 0 | 16 | 306 | 73 | 103 |
| Binary | 1111001 | 10111110 | 11011100 | 101101 | 1110 | 0 | 1110 | 11000110 | 111011 | 1000011 |
Color Harmonies of #79BEDC
Complementary color
Monochromatic Colors of #79BEDC
Black with #79BEDC
Text Example
Text Example
White with #79BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BEDC; }
p { color: rgb(121,190,220); }
H1.HeaderClassName
{
color: #79BEDC;
}
.AnyTagClassName
{
color: #79BEDC;
}
</style>
background-color css
<style>
a { background-color: #79BEDC; }
a { background-color: rgb(121,190,220); }
div.DivClassName
{
background-color: #79BEDC;
}
.BgClassName
{
background-color: #79BEDC;
}
</style>
border-color css
<style>
span { border-color: #79BEDC; }
span { border-color: rgb(121,190,220); }
td.TdClassName
{
border-color: #79BEDC;
}
.TagClassName
{
border-color: #79BEDC;
}
</style>