Shades of Seagull #77BEDB
Tints of Seagull #77BEDB
RGB
CMYK
RGB Variations
Color information
#77BEDB (or 0x77BEDB) is known color: Seagull. HEX triplet: 77, BE and DB. RGB value is (119,190,219). Sum of RGB (Red+Green+Blue) = 119+190+219=528 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.54% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #77BEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BEDB is #884124. Grayscale: #ABABAB. Windows color (decimal): -8929573 or 14401143. OLE color: 14401143.
HSL color Cylindrical-coordinate representation of color #77BEDB: hue angle of 197.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77BEDB is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 190 | 219 | - |
| CMYK | 0.46 | 0.13 | 0 | 0.14 |
| HSL | 197.4º | 0.58% | 0.66% | - |
| HSV(B) | 197.4º | 0.46% | 0.86% | - |
| XYZ | 38.81 | 45.86 | 73.82 | - |
| YUV | 172.08 | 154.48 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 190 | 219 | 0.46 | 0.13 | 0 | 0.14 | 197.4 | 0.58 | 0.66 |
| Hex | 77 | BE | DB | 2E | D | 0 | E | C5 | 3A | 42 |
| Octal | 167 | 276 | 333 | 56 | 15 | 0 | 16 | 305 | 72 | 102 |
| Binary | 1110111 | 10111110 | 11011011 | 101110 | 1101 | 0 | 1110 | 11000101 | 111010 | 1000010 |
Color Harmonies of #77BEDB
Complementary color
Monochromatic Colors of #77BEDB
Black with #77BEDB
Text Example
Text Example
White with #77BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BEDB; }
p { color: rgb(119,190,219); }
H1.HeaderClassName
{
color: #77BEDB;
}
.AnyTagClassName
{
color: #77BEDB;
}
</style>
background-color css
<style>
a { background-color: #77BEDB; }
a { background-color: rgb(119,190,219); }
div.DivClassName
{
background-color: #77BEDB;
}
.BgClassName
{
background-color: #77BEDB;
}
</style>
border-color css
<style>
span { border-color: #77BEDB; }
span { border-color: rgb(119,190,219); }
td.TdClassName
{
border-color: #77BEDB;
}
.TagClassName
{
border-color: #77BEDB;
}
</style>