Shades of Seagull #77B9DB
Tints of Seagull #77B9DB
RGB
CMYK
RGB Variations
Color information
#77B9DB (or 0x77B9DB) is known color: Seagull. HEX triplet: 77, B9 and DB. RGB value is (119,185,219). Sum of RGB (Red+Green+Blue) = 119+185+219=523 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.75% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #77B9DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B9DB is #884624. Grayscale: #A8A8A8. Windows color (decimal): -8930853 or 14399863. OLE color: 14399863.
HSL color Cylindrical-coordinate representation of color #77B9DB: hue angle of 200.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77B9DB is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 185 | 219 | - |
| CMYK | 0.46 | 0.16 | 0 | 0.14 |
| HSL | 200.4º | 0.58% | 0.66% | - |
| HSV(B) | 200.4º | 0.46% | 0.86% | - |
| XYZ | 37.74 | 43.73 | 73.47 | - |
| YUV | 169.14 | 156.13 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 185 | 219 | 0.46 | 0.16 | 0 | 0.14 | 200.4 | 0.58 | 0.66 |
| Hex | 77 | B9 | DB | 2E | 10 | 0 | E | C8 | 3A | 42 |
| Octal | 167 | 271 | 333 | 56 | 20 | 0 | 16 | 310 | 72 | 102 |
| Binary | 1110111 | 10111001 | 11011011 | 101110 | 10000 | 0 | 1110 | 11001000 | 111010 | 1000010 |
Color Harmonies of #77B9DB
Complementary color
Monochromatic Colors of #77B9DB
Black with #77B9DB
Text Example
Text Example
White with #77B9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B9DB; }
p { color: rgb(119,185,219); }
H1.HeaderClassName
{
color: #77B9DB;
}
.AnyTagClassName
{
color: #77B9DB;
}
</style>
background-color css
<style>
a { background-color: #77B9DB; }
a { background-color: rgb(119,185,219); }
div.DivClassName
{
background-color: #77B9DB;
}
.BgClassName
{
background-color: #77B9DB;
}
</style>
border-color css
<style>
span { border-color: #77B9DB; }
span { border-color: rgb(119,185,219); }
td.TdClassName
{
border-color: #77B9DB;
}
.TagClassName
{
border-color: #77B9DB;
}
</style>