Shades of Seagull #79BDE1
Tints of Seagull #79BDE1
RGB
CMYK
RGB Variations
Color information
#79BDE1 (or 0x79BDE1) is known color: Seagull. HEX triplet: 79, BD and E1. RGB value is (121,189,225). Sum of RGB (Red+Green+Blue) = 121+189+225=535 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.62% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 225 (88.28% from 255 or 42.06% from 535); Max value from RGB is 225 - color contains mainly: blue. Hex color #79BDE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BDE1 is #86421E. Grayscale: #ACACAC. Windows color (decimal): -8798751 or 14794105. OLE color: 14794105.
HSL color Cylindrical-coordinate representation of color #79BDE1: hue angle of 200.77º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #79BDE1 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 121 | 189 | 225 | - |
| CMYK | 0.46 | 0.16 | 0 | 0.12 |
| HSL | 200.77º | 0.63% | 0.68% | - |
| HSV(B) | 200.77º | 0.46% | 0.88% | - |
| XYZ | 39.67 | 45.9 | 78 | - |
| YUV | 172.77 | 157.47 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 189 | 225 | 0.46 | 0.16 | 0 | 0.12 | 200.77 | 0.63 | 0.68 |
| Hex | 79 | BD | E1 | 2E | 10 | 0 | C | C9 | 3F | 44 |
| Octal | 171 | 275 | 341 | 56 | 20 | 0 | 14 | 311 | 77 | 104 |
| Binary | 1111001 | 10111101 | 11100001 | 101110 | 10000 | 0 | 1100 | 11001001 | 111111 | 1000100 |
Color Harmonies of #79BDE1
Complementary color
Monochromatic Colors of #79BDE1
Black with #79BDE1
Text Example
Text Example
White with #79BDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BDE1; }
p { color: rgb(121,189,225); }
H1.HeaderClassName
{
color: #79BDE1;
}
.AnyTagClassName
{
color: #79BDE1;
}
</style>
background-color css
<style>
a { background-color: #79BDE1; }
a { background-color: rgb(121,189,225); }
div.DivClassName
{
background-color: #79BDE1;
}
.BgClassName
{
background-color: #79BDE1;
}
</style>
border-color css
<style>
span { border-color: #79BDE1; }
span { border-color: rgb(121,189,225); }
td.TdClassName
{
border-color: #79BDE1;
}
.TagClassName
{
border-color: #79BDE1;
}
</style>