Shades of Seagull #7DBACD
Tints of Seagull #7DBACD
RGB
CMYK
RGB Variations
Color information
#7DBACD (or 0x7DBACD) is known color: Seagull. HEX triplet: 7D, BA and CD. RGB value is (125,186,205). Sum of RGB (Red+Green+Blue) = 125+186+205=516 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.22% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #7DBACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBACD is #824532. Grayscale: #A9A9A9. Windows color (decimal): -8537395 or 13482621. OLE color: 13482621.
HSL color Cylindrical-coordinate representation of color #7DBACD: hue angle of 194.25º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DBACD is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 186 | 205 | - |
| CMYK | 0.39 | 0.09 | 0 | 0.20 |
| HSL | 194.25º | 0.44% | 0.65% | - |
| HSV(B) | 194.25º | 0.39% | 0.8% | - |
| XYZ | 37.04 | 43.89 | 64.28 | - |
| YUV | 169.93 | 147.79 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 205 | 0.39 | 0.09 | 0 | 0.20 | 194.25 | 0.44 | 0.65 |
| Hex | 7D | BA | CD | 27 | 9 | 0 | 14 | C2 | 2C | 41 |
| Octal | 175 | 272 | 315 | 47 | 11 | 0 | 24 | 302 | 54 | 101 |
| Binary | 1111101 | 10111010 | 11001101 | 100111 | 1001 | 0 | 10100 | 11000010 | 101100 | 1000001 |
Color Harmonies of #7DBACD
Complementary color
Monochromatic Colors of #7DBACD
Black with #7DBACD
Text Example
Text Example
White with #7DBACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBACD; }
p { color: rgb(125,186,205); }
H1.HeaderClassName
{
color: #7DBACD;
}
.AnyTagClassName
{
color: #7DBACD;
}
</style>
background-color css
<style>
a { background-color: #7DBACD; }
a { background-color: rgb(125,186,205); }
div.DivClassName
{
background-color: #7DBACD;
}
.BgClassName
{
background-color: #7DBACD;
}
</style>
border-color css
<style>
span { border-color: #7DBACD; }
span { border-color: rgb(125,186,205); }
td.TdClassName
{
border-color: #7DBACD;
}
.TagClassName
{
border-color: #7DBACD;
}
</style>