Shades of Seagull #7DBACB
Tints of Seagull #7DBACB
RGB
CMYK
RGB Variations
Color information
#7DBACB (or 0x7DBACB) is known color: Seagull. HEX triplet: 7D, BA and CB. RGB value is (125,186,203). Sum of RGB (Red+Green+Blue) = 125+186+203=514 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.32% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #7DBACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBACB is #824534. Grayscale: #A9A9A9. Windows color (decimal): -8537397 or 13351549. OLE color: 13351549.
HSL color Cylindrical-coordinate representation of color #7DBACB: hue angle of 193.08º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DBACB is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 186 | 203 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.20 |
| HSL | 193.08º | 0.43% | 0.64% | - |
| HSV(B) | 193.08º | 0.38% | 0.8% | - |
| XYZ | 36.8 | 43.79 | 63.01 | - |
| YUV | 169.7 | 146.79 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 186 | 203 | 0.38 | 0.08 | 0 | 0.20 | 193.08 | 0.43 | 0.64 |
| Hex | 7D | BA | CB | 26 | 8 | 0 | 14 | C1 | 2B | 40 |
| Octal | 175 | 272 | 313 | 46 | 10 | 0 | 24 | 301 | 53 | 100 |
| Binary | 1111101 | 10111010 | 11001011 | 100110 | 1000 | 0 | 10100 | 11000001 | 101011 | 1000000 |
Color Harmonies of #7DBACB
Complementary color
Monochromatic Colors of #7DBACB
Black with #7DBACB
Text Example
Text Example
White with #7DBACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBACB; }
p { color: rgb(125,186,203); }
H1.HeaderClassName
{
color: #7DBACB;
}
.AnyTagClassName
{
color: #7DBACB;
}
</style>
background-color css
<style>
a { background-color: #7DBACB; }
a { background-color: rgb(125,186,203); }
div.DivClassName
{
background-color: #7DBACB;
}
.BgClassName
{
background-color: #7DBACB;
}
</style>
border-color css
<style>
span { border-color: #7DBACB; }
span { border-color: rgb(125,186,203); }
td.TdClassName
{
border-color: #7DBACB;
}
.TagClassName
{
border-color: #7DBACB;
}
</style>