Shades of Seagull #77BDDA
Tints of Seagull #77BDDA
RGB
CMYK
RGB Variations
Color information
#77BDDA (or 0x77BDDA) is known color: Seagull. HEX triplet: 77, BD and DA. RGB value is (119,189,218). Sum of RGB (Red+Green+Blue) = 119+189+218=526 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.62% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #77BDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BDDA is #884225. Grayscale: #ABABAB. Windows color (decimal): -8929830 or 14335351. OLE color: 14335351.
HSL color Cylindrical-coordinate representation of color #77BDDA: hue angle of 197.58º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77BDDA is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 189 | 218 | - |
| CMYK | 0.45 | 0.13 | 0 | 0.15 |
| HSL | 197.58º | 0.57% | 0.66% | - |
| HSV(B) | 197.58º | 0.45% | 0.85% | - |
| XYZ | 38.46 | 45.38 | 73.06 | - |
| YUV | 171.38 | 154.31 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 189 | 218 | 0.45 | 0.13 | 0 | 0.15 | 197.58 | 0.57 | 0.66 |
| Hex | 77 | BD | DA | 2D | D | 0 | F | C6 | 39 | 42 |
| Octal | 167 | 275 | 332 | 55 | 15 | 0 | 17 | 306 | 71 | 102 |
| Binary | 1110111 | 10111101 | 11011010 | 101101 | 1101 | 0 | 1111 | 11000110 | 111001 | 1000010 |
Color Harmonies of #77BDDA
Complementary color
Monochromatic Colors of #77BDDA
Black with #77BDDA
Text Example
Text Example
White with #77BDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BDDA; }
p { color: rgb(119,189,218); }
H1.HeaderClassName
{
color: #77BDDA;
}
.AnyTagClassName
{
color: #77BDDA;
}
</style>
background-color css
<style>
a { background-color: #77BDDA; }
a { background-color: rgb(119,189,218); }
div.DivClassName
{
background-color: #77BDDA;
}
.BgClassName
{
background-color: #77BDDA;
}
</style>
border-color css
<style>
span { border-color: #77BDDA; }
span { border-color: rgb(119,189,218); }
td.TdClassName
{
border-color: #77BDDA;
}
.TagClassName
{
border-color: #77BDDA;
}
</style>