Shades of Seagull #77BFDD
Tints of Seagull #77BFDD
RGB
CMYK
RGB Variations
Color information
#77BFDD (or 0x77BFDD) is known color: Seagull. HEX triplet: 77, BF and DD. RGB value is (119,191,221). Sum of RGB (Red+Green+Blue) = 119+191+221=531 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.41% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #77BFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BFDD is #884022. Grayscale: #ACACAC. Windows color (decimal): -8929315 or 14532471. OLE color: 14532471.
HSL color Cylindrical-coordinate representation of color #77BFDD: hue angle of 197.65º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77BFDD is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 191 | 221 | - |
| CMYK | 0.46 | 0.14 | 0 | 0.13 |
| HSL | 197.65º | 0.6% | 0.67% | - |
| HSV(B) | 197.65º | 0.46% | 0.87% | - |
| XYZ | 39.29 | 46.4 | 75.29 | - |
| YUV | 172.89 | 155.15 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 191 | 221 | 0.46 | 0.14 | 0 | 0.13 | 197.65 | 0.6 | 0.67 |
| Hex | 77 | BF | DD | 2E | E | 0 | D | C6 | 3C | 43 |
| Octal | 167 | 277 | 335 | 56 | 16 | 0 | 15 | 306 | 74 | 103 |
| Binary | 1110111 | 10111111 | 11011101 | 101110 | 1110 | 0 | 1101 | 11000110 | 111100 | 1000011 |
Color Harmonies of #77BFDD
Complementary color
Monochromatic Colors of #77BFDD
Black with #77BFDD
Text Example
Text Example
White with #77BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BFDD; }
p { color: rgb(119,191,221); }
H1.HeaderClassName
{
color: #77BFDD;
}
.AnyTagClassName
{
color: #77BFDD;
}
</style>
background-color css
<style>
a { background-color: #77BFDD; }
a { background-color: rgb(119,191,221); }
div.DivClassName
{
background-color: #77BFDD;
}
.BgClassName
{
background-color: #77BFDD;
}
</style>
border-color css
<style>
span { border-color: #77BFDD; }
span { border-color: rgb(119,191,221); }
td.TdClassName
{
border-color: #77BFDD;
}
.TagClassName
{
border-color: #77BFDD;
}
</style>