Shades of Seagull #77BDCB
Tints of Seagull #77BDCB
RGB
CMYK
RGB Variations
Color information
#77BDCB (or 0x77BDCB) is known color: Seagull. HEX triplet: 77, BD and CB. RGB value is (119,189,203). Sum of RGB (Red+Green+Blue) = 119+189+203=511 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.29% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #77BDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BDCB is #884234. Grayscale: #A9A9A9. Windows color (decimal): -8929845 or 13352311. OLE color: 13352311.
HSL color Cylindrical-coordinate representation of color #77BDCB: hue angle of 190º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77BDCB is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 189 | 203 | - |
| CMYK | 0.41 | 0.07 | 0 | 0.20 |
| HSL | 190º | 0.45% | 0.63% | - |
| HSV(B) | 190º | 0.41% | 0.8% | - |
| XYZ | 36.58 | 44.63 | 63.19 | - |
| YUV | 169.67 | 146.81 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 189 | 203 | 0.41 | 0.07 | 0 | 0.20 | 190 | 0.45 | 0.63 |
| Hex | 77 | BD | CB | 29 | 7 | 0 | 14 | BE | 2D | 3F |
| Octal | 167 | 275 | 313 | 51 | 7 | 0 | 24 | 276 | 55 | 77 |
| Binary | 1110111 | 10111101 | 11001011 | 101001 | 111 | 0 | 10100 | 10111110 | 101101 | 111111 |
Color Harmonies of #77BDCB
Complementary color
Monochromatic Colors of #77BDCB
Black with #77BDCB
Text Example
Text Example
White with #77BDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BDCB; }
p { color: rgb(119,189,203); }
H1.HeaderClassName
{
color: #77BDCB;
}
.AnyTagClassName
{
color: #77BDCB;
}
</style>
background-color css
<style>
a { background-color: #77BDCB; }
a { background-color: rgb(119,189,203); }
div.DivClassName
{
background-color: #77BDCB;
}
.BgClassName
{
background-color: #77BDCB;
}
</style>
border-color css
<style>
span { border-color: #77BDCB; }
span { border-color: rgb(119,189,203); }
td.TdClassName
{
border-color: #77BDCB;
}
.TagClassName
{
border-color: #77BDCB;
}
</style>