Shades of Seagull #77BDDB
Tints of Seagull #77BDDB
RGB
CMYK
RGB Variations
Color information
#77BDDB (or 0x77BDDB) is known color: Seagull. HEX triplet: 77, BD and DB. RGB value is (119,189,219). Sum of RGB (Red+Green+Blue) = 119+189+219=527 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.58% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #77BDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BDDB is #884224. Grayscale: #ABABAB. Windows color (decimal): -8929829 or 14400887. OLE color: 14400887.
HSL color Cylindrical-coordinate representation of color #77BDDB: hue angle of 198º 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 #77BDDB is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 189 | 219 | - |
| CMYK | 0.46 | 0.14 | 0 | 0.14 |
| HSL | 198º | 0.58% | 0.66% | - |
| HSV(B) | 198º | 0.46% | 0.86% | - |
| XYZ | 38.59 | 45.43 | 73.75 | - |
| YUV | 171.49 | 154.81 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 189 | 219 | 0.46 | 0.14 | 0 | 0.14 | 198 | 0.58 | 0.66 |
| Hex | 77 | BD | DB | 2E | E | 0 | E | C6 | 3A | 42 |
| Octal | 167 | 275 | 333 | 56 | 16 | 0 | 16 | 306 | 72 | 102 |
| Binary | 1110111 | 10111101 | 11011011 | 101110 | 1110 | 0 | 1110 | 11000110 | 111010 | 1000010 |
Color Harmonies of #77BDDB
Complementary color
Monochromatic Colors of #77BDDB
Black with #77BDDB
Text Example
Text Example
White with #77BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BDDB; }
p { color: rgb(119,189,219); }
H1.HeaderClassName
{
color: #77BDDB;
}
.AnyTagClassName
{
color: #77BDDB;
}
</style>
background-color css
<style>
a { background-color: #77BDDB; }
a { background-color: rgb(119,189,219); }
div.DivClassName
{
background-color: #77BDDB;
}
.BgClassName
{
background-color: #77BDDB;
}
</style>
border-color css
<style>
span { border-color: #77BDDB; }
span { border-color: rgb(119,189,219); }
td.TdClassName
{
border-color: #77BDDB;
}
.TagClassName
{
border-color: #77BDDB;
}
</style>