Shades of Seagull #77BDD1
Tints of Seagull #77BDD1
RGB
CMYK
RGB Variations
Color information
#77BDD1 (or 0x77BDD1) is known color: Seagull. HEX triplet: 77, BD and D1. RGB value is (119,189,209). Sum of RGB (Red+Green+Blue) = 119+189+209=517 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.02% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 209 (82.03% from 255 or 40.43% from 517); Max value from RGB is 209 - color contains mainly: blue. Hex color #77BDD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BDD1 is #88422E. Grayscale: #AAAAAA. Windows color (decimal): -8929839 or 13745527. OLE color: 13745527.
HSL color Cylindrical-coordinate representation of color #77BDD1: hue angle of 193.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77BDD1 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 119 | 189 | 209 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.18 |
| HSL | 193.33º | 0.49% | 0.64% | - |
| HSV(B) | 193.33º | 0.43% | 0.82% | - |
| XYZ | 37.31 | 44.92 | 67.03 | - |
| YUV | 170.35 | 149.81 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 189 | 209 | 0.43 | 0.10 | 0 | 0.18 | 193.33 | 0.49 | 0.64 |
| Hex | 77 | BD | D1 | 2B | A | 0 | 12 | C1 | 31 | 40 |
| Octal | 167 | 275 | 321 | 53 | 12 | 0 | 22 | 301 | 61 | 100 |
| Binary | 1110111 | 10111101 | 11010001 | 101011 | 1010 | 0 | 10010 | 11000001 | 110001 | 1000000 |
Color Harmonies of #77BDD1
Complementary color
Monochromatic Colors of #77BDD1
Black with #77BDD1
Text Example
Text Example
White with #77BDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BDD1; }
p { color: rgb(119,189,209); }
H1.HeaderClassName
{
color: #77BDD1;
}
.AnyTagClassName
{
color: #77BDD1;
}
</style>
background-color css
<style>
a { background-color: #77BDD1; }
a { background-color: rgb(119,189,209); }
div.DivClassName
{
background-color: #77BDD1;
}
.BgClassName
{
background-color: #77BDD1;
}
</style>
border-color css
<style>
span { border-color: #77BDD1; }
span { border-color: rgb(119,189,209); }
td.TdClassName
{
border-color: #77BDD1;
}
.TagClassName
{
border-color: #77BDD1;
}
</style>