Shades of Seagull #77BADE
Tints of Seagull #77BADE
RGB
CMYK
RGB Variations
Color information
#77BADE (or 0x77BADE) is known color: Seagull. HEX triplet: 77, BA and DE. RGB value is (119,186,222). Sum of RGB (Red+Green+Blue) = 119+186+222=527 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.58% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #77BADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BADE is #884521. Grayscale: #A9A9A9. Windows color (decimal): -8930594 or 14596727. OLE color: 14596727.
HSL color Cylindrical-coordinate representation of color #77BADE: hue angle of 200.97º degrees, saturation: 0.61, 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 #77BADE is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 186 | 222 | - |
| CMYK | 0.46 | 0.16 | 0 | 0.13 |
| HSL | 200.97º | 0.61% | 0.67% | - |
| HSV(B) | 200.97º | 0.46% | 0.87% | - |
| XYZ | 38.35 | 44.31 | 75.64 | - |
| YUV | 170.07 | 157.3 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 186 | 222 | 0.46 | 0.16 | 0 | 0.13 | 200.97 | 0.61 | 0.67 |
| Hex | 77 | BA | DE | 2E | 10 | 0 | D | C9 | 3D | 43 |
| Octal | 167 | 272 | 336 | 56 | 20 | 0 | 15 | 311 | 75 | 103 |
| Binary | 1110111 | 10111010 | 11011110 | 101110 | 10000 | 0 | 1101 | 11001001 | 111101 | 1000011 |
Color Harmonies of #77BADE
Complementary color
Monochromatic Colors of #77BADE
Black with #77BADE
Text Example
Text Example
White with #77BADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BADE; }
p { color: rgb(119,186,222); }
H1.HeaderClassName
{
color: #77BADE;
}
.AnyTagClassName
{
color: #77BADE;
}
</style>
background-color css
<style>
a { background-color: #77BADE; }
a { background-color: rgb(119,186,222); }
div.DivClassName
{
background-color: #77BADE;
}
.BgClassName
{
background-color: #77BADE;
}
</style>
border-color css
<style>
span { border-color: #77BADE; }
span { border-color: rgb(119,186,222); }
td.TdClassName
{
border-color: #77BADE;
}
.TagClassName
{
border-color: #77BADE;
}
</style>