Shades of Seagull #77BDDC
Tints of Seagull #77BDDC
RGB
CMYK
RGB Variations
Color information
#77BDDC (or 0x77BDDC) is known color: Seagull. HEX triplet: 77, BD and DC. RGB value is (119,189,220). Sum of RGB (Red+Green+Blue) = 119+189+220=528 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.54% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #77BDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BDDC is #884223. Grayscale: #ABABAB. Windows color (decimal): -8929828 or 14466423. OLE color: 14466423.
HSL color Cylindrical-coordinate representation of color #77BDDC: hue angle of 198.42º degrees, saturation: 0.59, 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 #77BDDC is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 189 | 220 | - |
| CMYK | 0.46 | 0.14 | 0 | 0.14 |
| HSL | 198.42º | 0.59% | 0.66% | - |
| HSV(B) | 198.42º | 0.46% | 0.86% | - |
| XYZ | 38.72 | 45.48 | 74.45 | - |
| YUV | 171.6 | 155.31 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 189 | 220 | 0.46 | 0.14 | 0 | 0.14 | 198.42 | 0.59 | 0.66 |
| Hex | 77 | BD | DC | 2E | E | 0 | E | C6 | 3B | 42 |
| Octal | 167 | 275 | 334 | 56 | 16 | 0 | 16 | 306 | 73 | 102 |
| Binary | 1110111 | 10111101 | 11011100 | 101110 | 1110 | 0 | 1110 | 11000110 | 111011 | 1000010 |
Color Harmonies of #77BDDC
Complementary color
Monochromatic Colors of #77BDDC
Black with #77BDDC
Text Example
Text Example
White with #77BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BDDC; }
p { color: rgb(119,189,220); }
H1.HeaderClassName
{
color: #77BDDC;
}
.AnyTagClassName
{
color: #77BDDC;
}
</style>
background-color css
<style>
a { background-color: #77BDDC; }
a { background-color: rgb(119,189,220); }
div.DivClassName
{
background-color: #77BDDC;
}
.BgClassName
{
background-color: #77BDDC;
}
</style>
border-color css
<style>
span { border-color: #77BDDC; }
span { border-color: rgb(119,189,220); }
td.TdClassName
{
border-color: #77BDDC;
}
.TagClassName
{
border-color: #77BDDC;
}
</style>