Shades of Seagull #77BBDB
Tints of Seagull #77BBDB
RGB
CMYK
RGB Variations
Color information
#77BBDB (or 0x77BBDB) is known color: Seagull. HEX triplet: 77, BB and DB. RGB value is (119,187,219). Sum of RGB (Red+Green+Blue) = 119+187+219=525 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.67% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #77BBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BBDB is #884424. Grayscale: #AAAAAA. Windows color (decimal): -8930341 or 14400375. OLE color: 14400375.
HSL color Cylindrical-coordinate representation of color #77BBDB: hue angle of 199.2º 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 #77BBDB is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 187 | 219 | - |
| CMYK | 0.46 | 0.15 | 0 | 0.14 |
| HSL | 199.2º | 0.58% | 0.66% | - |
| HSV(B) | 199.2º | 0.46% | 0.86% | - |
| XYZ | 38.16 | 44.58 | 73.61 | - |
| YUV | 170.32 | 155.47 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 187 | 219 | 0.46 | 0.15 | 0 | 0.14 | 199.2 | 0.58 | 0.66 |
| Hex | 77 | BB | DB | 2E | F | 0 | E | C7 | 3A | 42 |
| Octal | 167 | 273 | 333 | 56 | 17 | 0 | 16 | 307 | 72 | 102 |
| Binary | 1110111 | 10111011 | 11011011 | 101110 | 1111 | 0 | 1110 | 11000111 | 111010 | 1000010 |
Color Harmonies of #77BBDB
Complementary color
Monochromatic Colors of #77BBDB
Black with #77BBDB
Text Example
Text Example
White with #77BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BBDB; }
p { color: rgb(119,187,219); }
H1.HeaderClassName
{
color: #77BBDB;
}
.AnyTagClassName
{
color: #77BBDB;
}
</style>
background-color css
<style>
a { background-color: #77BBDB; }
a { background-color: rgb(119,187,219); }
div.DivClassName
{
background-color: #77BBDB;
}
.BgClassName
{
background-color: #77BBDB;
}
</style>
border-color css
<style>
span { border-color: #77BBDB; }
span { border-color: rgb(119,187,219); }
td.TdClassName
{
border-color: #77BBDB;
}
.TagClassName
{
border-color: #77BBDB;
}
</style>