Shades of Seagull #79BBDC
Tints of Seagull #79BBDC
RGB
CMYK
RGB Variations
Color information
#79BBDC (or 0x79BBDC) is known color: Seagull. HEX triplet: 79, BB and DC. RGB value is (121,187,220). Sum of RGB (Red+Green+Blue) = 121+187+220=528 (69% of max value = 765). Red value is 121 (47.66% from 255 or 22.92% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #79BBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BBDC is #864423. Grayscale: #AAAAAA. Windows color (decimal): -8799268 or 14465913. OLE color: 14465913.
HSL color Cylindrical-coordinate representation of color #79BBDC: hue angle of 200º 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 #79BBDC is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 187 | 220 | - |
| CMYK | 0.45 | 0.15 | 0 | 0.14 |
| HSL | 200º | 0.59% | 0.67% | - |
| HSV(B) | 200º | 0.45% | 0.86% | - |
| XYZ | 38.57 | 44.77 | 74.32 | - |
| YUV | 171.03 | 155.63 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 187 | 220 | 0.45 | 0.15 | 0 | 0.14 | 200 | 0.59 | 0.67 |
| Hex | 79 | BB | DC | 2D | F | 0 | E | C8 | 3B | 43 |
| Octal | 171 | 273 | 334 | 55 | 17 | 0 | 16 | 310 | 73 | 103 |
| Binary | 1111001 | 10111011 | 11011100 | 101101 | 1111 | 0 | 1110 | 11001000 | 111011 | 1000011 |
Color Harmonies of #79BBDC
Complementary color
Monochromatic Colors of #79BBDC
Black with #79BBDC
Text Example
Text Example
White with #79BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BBDC; }
p { color: rgb(121,187,220); }
H1.HeaderClassName
{
color: #79BBDC;
}
.AnyTagClassName
{
color: #79BBDC;
}
</style>
background-color css
<style>
a { background-color: #79BBDC; }
a { background-color: rgb(121,187,220); }
div.DivClassName
{
background-color: #79BBDC;
}
.BgClassName
{
background-color: #79BBDC;
}
</style>
border-color css
<style>
span { border-color: #79BBDC; }
span { border-color: rgb(121,187,220); }
td.TdClassName
{
border-color: #79BBDC;
}
.TagClassName
{
border-color: #79BBDC;
}
</style>