Shades of Seagull #77BDCA
Tints of Seagull #77BDCA
RGB
CMYK
RGB Variations
Color information
#77BDCA (or 0x77BDCA) is known color: Seagull. HEX triplet: 77, BD and CA. RGB value is (119,189,202). Sum of RGB (Red+Green+Blue) = 119+189+202=510 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.33% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #77BDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BDCA is #884235. Grayscale: #A9A9A9. Windows color (decimal): -8929846 or 13286775. OLE color: 13286775.
HSL color Cylindrical-coordinate representation of color #77BDCA: hue angle of 189.4º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77BDCA is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 189 | 202 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.21 |
| HSL | 189.4º | 0.44% | 0.63% | - |
| HSV(B) | 189.4º | 0.41% | 0.79% | - |
| XYZ | 36.47 | 44.58 | 62.56 | - |
| YUV | 169.55 | 146.31 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 189 | 202 | 0.41 | 0.06 | 0 | 0.21 | 189.4 | 0.44 | 0.63 |
| Hex | 77 | BD | CA | 29 | 6 | 0 | 15 | BD | 2C | 3F |
| Octal | 167 | 275 | 312 | 51 | 6 | 0 | 25 | 275 | 54 | 77 |
| Binary | 1110111 | 10111101 | 11001010 | 101001 | 110 | 0 | 10101 | 10111101 | 101100 | 111111 |
Color Harmonies of #77BDCA
Complementary color
Monochromatic Colors of #77BDCA
Black with #77BDCA
Text Example
Text Example
White with #77BDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BDCA; }
p { color: rgb(119,189,202); }
H1.HeaderClassName
{
color: #77BDCA;
}
.AnyTagClassName
{
color: #77BDCA;
}
</style>
background-color css
<style>
a { background-color: #77BDCA; }
a { background-color: rgb(119,189,202); }
div.DivClassName
{
background-color: #77BDCA;
}
.BgClassName
{
background-color: #77BDCA;
}
</style>
border-color css
<style>
span { border-color: #77BDCA; }
span { border-color: rgb(119,189,202); }
td.TdClassName
{
border-color: #77BDCA;
}
.TagClassName
{
border-color: #77BDCA;
}
</style>