Shades of Seagull #79B4D7
Tints of Seagull #79B4D7
RGB
CMYK
RGB Variations
Color information
#79B4D7 (or 0x79B4D7) is known color: Seagull. HEX triplet: 79, B4 and D7. RGB value is (121,180,215). Sum of RGB (Red+Green+Blue) = 121+180+215=516 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.45% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 215 (84.38% from 255 or 41.67% from 516); Max value from RGB is 215 - color contains mainly: blue. Hex color #79B4D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79B4D7 is #864B28. Grayscale: #A6A6A6. Windows color (decimal): -8801065 or 14136441. OLE color: 14136441.
HSL color Cylindrical-coordinate representation of color #79B4D7: hue angle of 202.34º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #79B4D7 is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 121 | 180 | 215 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.16 |
| HSL | 202.34º | 0.54% | 0.66% | - |
| HSV(B) | 202.34º | 0.44% | 0.84% | - |
| XYZ | 36.47 | 41.61 | 70.4 | - |
| YUV | 166.35 | 155.45 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 180 | 215 | 0.44 | 0.16 | 0 | 0.16 | 202.34 | 0.54 | 0.66 |
| Hex | 79 | B4 | D7 | 2C | 10 | 0 | 10 | CA | 36 | 42 |
| Octal | 171 | 264 | 327 | 54 | 20 | 0 | 20 | 312 | 66 | 102 |
| Binary | 1111001 | 10110100 | 11010111 | 101100 | 10000 | 0 | 10000 | 11001010 | 110110 | 1000010 |
Color Harmonies of #79B4D7
Complementary color
Monochromatic Colors of #79B4D7
Black with #79B4D7
Text Example
Text Example
White with #79B4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B4D7; }
p { color: rgb(121,180,215); }
H1.HeaderClassName
{
color: #79B4D7;
}
.AnyTagClassName
{
color: #79B4D7;
}
</style>
background-color css
<style>
a { background-color: #79B4D7; }
a { background-color: rgb(121,180,215); }
div.DivClassName
{
background-color: #79B4D7;
}
.BgClassName
{
background-color: #79B4D7;
}
</style>
border-color css
<style>
span { border-color: #79B4D7; }
span { border-color: rgb(121,180,215); }
td.TdClassName
{
border-color: #79B4D7;
}
.TagClassName
{
border-color: #79B4D7;
}
</style>