Shades of Seagull #79C0DD
Tints of Seagull #79C0DD
RGB
CMYK
RGB Variations
Color information
#79C0DD (or 0x79C0DD) is known color: Seagull. HEX triplet: 79, C0 and DD. RGB value is (121,192,221). Sum of RGB (Red+Green+Blue) = 121+192+221=534 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.66% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #79C0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79C0DD is #863F22. Grayscale: #ADADAD. Windows color (decimal): -8797987 or 14532729. OLE color: 14532729.
HSL color Cylindrical-coordinate representation of color #79C0DD: hue angle of 197.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79C0DD is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 192 | 221 | - |
| CMYK | 0.45 | 0.13 | 0 | 0.13 |
| HSL | 197.4º | 0.6% | 0.67% | - |
| HSV(B) | 197.4º | 0.45% | 0.87% | - |
| XYZ | 39.79 | 46.98 | 75.38 | - |
| YUV | 174.08 | 154.48 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 192 | 221 | 0.45 | 0.13 | 0 | 0.13 | 197.4 | 0.6 | 0.67 |
| Hex | 79 | C0 | DD | 2D | D | 0 | D | C5 | 3C | 43 |
| Octal | 171 | 300 | 335 | 55 | 15 | 0 | 15 | 305 | 74 | 103 |
| Binary | 1111001 | 11000000 | 11011101 | 101101 | 1101 | 0 | 1101 | 11000101 | 111100 | 1000011 |
Color Harmonies of #79C0DD
Complementary color
Monochromatic Colors of #79C0DD
Black with #79C0DD
Text Example
Text Example
White with #79C0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C0DD; }
p { color: rgb(121,192,221); }
H1.HeaderClassName
{
color: #79C0DD;
}
.AnyTagClassName
{
color: #79C0DD;
}
</style>
background-color css
<style>
a { background-color: #79C0DD; }
a { background-color: rgb(121,192,221); }
div.DivClassName
{
background-color: #79C0DD;
}
.BgClassName
{
background-color: #79C0DD;
}
</style>
border-color css
<style>
span { border-color: #79C0DD; }
span { border-color: rgb(121,192,221); }
td.TdClassName
{
border-color: #79C0DD;
}
.TagClassName
{
border-color: #79C0DD;
}
</style>